HTTP Status Code Helper
A VS Code extension that provides instant HTTP status code information through hover tooltips and a comprehensive reference picker.
Features
Hover over any HTTP status code (like 200 , 404 , 500 ) in your code to see:
- Status code name
- Category (Success, Client Error, etc.)
- Detailed description

📋 Status Code Picker
Use the command palette to browse all HTTP status codes:
- Press
Ctrl+Shift+P (or Cmd+Shift+P on Mac)
- Type "HTTP Status Codes: Browse All Codes"
- Search and select any status code to insert it at your cursor

Installation
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "HTTP Status Code Helper"
- Click Install
Usage
Hover Feature
Simply hover over any 3-digit HTTP status code in your files. The extension works with all file types.
Reference Picker
- Open Command Palette:
Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac)
- Type: "HTTP Status Codes"
- Select "HTTP Status Codes: Browse All Codes"
- Search and select the code you want
Supported Status Codes
The extension includes comprehensive coverage of HTTP status codes:
- 1xx Informational (100, 101, etc.)
- 2xx Success (200, 201, 204, etc.)
- 3xx Redirection (301, 302, 304, etc.)
- 4xx Client Error (400, 401, 403, 404, etc.)
- 5xx Server Error (500, 502, 503, etc.)
Release Notes
0.0.1
- Initial release
- Hover provider for HTTP status codes
- Command palette picker for all status codes
License
This extension is licensed under the MIT License.
| |