Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>HTTP Status Code HelperNew to Visual Studio Code? Get it now.
HTTP Status Code Helper

HTTP Status Code Helper

Mahmoud Bebars

|
4 installs
| (0) | Free
Shows HTTP status code meanings on hover and provides a reference picker
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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 Information

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

Hover Demo

📋 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

Picker Demo

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "HTTP Status Code Helper"
  4. 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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft