Great question! For VS Code, I recommend the REST Client extension — it lets you send HTTP requests directly from .http files, making testing APIs super easy without leaving the editor. It’s lightweight and very popular among devs.
There are also some others like Thunder Client if you want a more Postman-like experience inside VS Code.
Great question! For VS Code, I recommend the REST Client extension — it lets you send HTTP requests directly from .http files, making testing APIs super easy without leaving the editor. It’s lightweight and very popular among devs.
There are also some others like Thunder Client if you want a more Postman-like experience inside VS Code.
Thunder Client is a good client.
As Emmanuel said, it's similar to Postman, but with fewer features.