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

HTTP Status Helper

estyxq

|
3 installs
| (1) | Free
Hover and insert HTTP status codes in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=for-the-badge)](https://choosealicense.com/licenses/gpl-3.0/)    ![Maintenance](https://img.shields.io/maintenance/yes/2026?style=for-the-badge)    ![Extension Version](https://img.shields.io/github/package-json/v/esteban-cz/http-status-helper/master?style=for-the-badge&label=Version)    ![GitHub last commit](https://img.shields.io/github/last-commit/esteban-cz/http-status-helper?style=for-the-badge)


HTTP Status Helper

HTTP Status Helper logo

Features

  • Hover on a status code (for example 404) to see:
    • title (404 Not Found)
    • short explanation
    • MDN documentation link
  • Command to insert an HTTP status code (CMD+SHIFT+P > HTTP Status: Insert Code):
    1. pick a category
    2. pick a code
    3. insert numeric value only (404)
  • Command to open docs for a selected code.

Commands

  • HTTP Status: Insert Code (httpStatus.insertCode)
  • HTTP Status: Open Docs (httpStatus.openDocs)

Settings

  • httpStatus.hover.enabledFiletypes:
    • default: ["*"] (enabled for all files)
    • supports language IDs like javascript, typescript
    • supports file extensions like .js or ts

Release Notes

v1.0.1

  • Added httpStatus.hover.enabledFiletypes

v1.0.0

  • Initial commit
  • Created status code hover info
  • Created inserting status codes command
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft