REST Client for VS Code icon
REST Client for VS Code icon

REST Client for VS Code

  • Send/Cancel/Rerun HTTP request in editor and view response in a separate pane with syntax highlight
REST Client for VS Code screenshot 1

Cost / License

  • Free
  • Open Source

Application types

Alerts

  • Discontinued

Platforms

  • Mac
  • Windows
  • Linux
  • Chrome OS
  • Visual Studio Code
Discontinued

The latest version (0.25.1) was released in August 2022.

2likes
1comment
0articles

Features

Properties

  1.  Lightweight

Features

  1.  Works Offline
  2.  REST Client
  3.  VSCode

REST Client for VS Code News & Activities

Highlights All activities

Recent activities

REST Client for VS Code information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    45 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 1 comments and reviews about REST Client for VS Code, and it has gotten 2 likes

REST Client for VS Code was added to AlternativeTo by nimataheri on and this page was last updated .

Comments and Reviews

   
Top Positive Comment
ugurozturk
0

I like Rest Client for VS Code because, its offline opensource and git repo friendly. It also does soap request. All do what i need. Shared env feature also a plus. We can store some info in code-workspace settings. Some info stored in user settings. Then the info used easly all over "http" files. like {{ token }} So everyone can see and share what they need. It also super fast and light because of vs code.

What is REST Client for VS Code?

  • Send/Cancel/Rerun HTTP request in editor and view response in a separate pane with syntax highlight
  • Send GraphQL query and author GraphQL variables in editor
  • Send cURL command in editor and copy HTTP request as cURL command
  • Auto save and view/clear request history
  • Organize MULTIPLE requests in the same file (separated by ### delimiter)
  • View image response directly in pane
  • Save raw response and response body only to local disk
  • Fold and unfold response body
  • Customize font(size/family/weight) in response preview
  • Preview response with expected parts(headers only, body only, full response and both request and response)
  • Authentication support
  • Environments and custom/system variables support
  • Use variables in any place of request(URL, Headers, Body)
  • Support both environment, file and request custom variables
  • Auto completion and hover support for both environment, file and request custom variables
  • Diagnostic support for request and file custom variables
  • Go to definition support for request and file custom variables
  • Find all references support ONLY for file custom variables
  • Provide system dynamic variables
  • Easily create/update/delete environments and environment variables in setting file
  • File variables can reference both custom and system variables
  • Support environment switch
  • Support shared environment to provide variables that available in all environments
  • Generate code snippets for HTTP request in languages like Python, JavaScript and more!
  • Remember Cookies for subsequent requests
  • Proxy support
  • Send SOAP requests, as well as snippet support to build SOAP envelope easily
  • HTTP language support