javascriptvisual-studio-codevscode-extensionsui-design

How to create a VSCode extension for API interaction?


I'm working on a Visual Studio Code extension and want to integrate API interactions similar to the functionality demonstrated in this image:

Example of API interaction within VSCode

What I Want to Achieve:

Background:

I'm learning how to build VSCode extensions, and I've followed a tutorial that used Postman for API interaction. I'd prefer to have this capability built into my extension.

What I've Tried:

Request for Help:

Could you please provide:


Solution

  • It's an extension called "Thunder Client"