Huachao/vscode-restclient

REST Client Extension for Visual Studio Code

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 11th, 2026
Created on March 30th, 2016
Open Issues & Pull Requests: 592 (+0)
GitHub issues: Enabled
Number of forks: 535
Total Stargazers: 6,048 (+0)
Total Subscribers: 62 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.1 days
Mean response time: 151.0 days
90th percentile: 489.9 days
Tracked items: 129

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about an hour, while "feature request" waits about 2 days. Only 1% of issues opened in the past year have been closed. Three people close 52% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 151
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,176 days
Stale 30+ days: 140
Stale 90+ days: 134

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (14)
  • feature request (12)
  • question (3)
  • bug (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

REST Client is a Visual Studio Code extension that lets developers send HTTP requests and view responses directly within the editor.

The extension solves the problem of needing a separate tool to test REST APIs by integrating request composition and response inspection into the editor workflow. It works by allowing developers to write HTTP requests in `.http` or `.rest` files, execute them with a single action, and view formatted responses in a side pane. Multiple requests can be composed in a single file using `###` delimiters, and responses support syntax highlighting, image rendering, and customizable preview modes.

Developers should adopt this tool if they want to keep API testing within their editor without context switching. It suits projects of any scale that involve REST or GraphQL API development. The extension handles authentication scenarios including Basic Auth, Digest Auth, SSL certificates, Azure Active Directory, AWS Signature v4, and AWS Cognito. It supports environment-based configuration with custom variables, system variables for timestamps and random values, and the ability to reference environment variables or dotenv files. Code snippet generation for multiple languages and cookie persistence across requests are included. The tool also handles SOAP requests and cURL command conversion.

The project maintains active development with regular updates addressing both new features and bug fixes. The codebase shows consistent refinement of existing functionality rather than major architectural shifts. Community engagement through issues and pull requests indicates ongoing responsiveness to user needs and reported problems.