ES
esteban-cz/http-status-helper
VSCode Extension that allows user to hover and insert HTTP status codes easily.
Features
- Hover on a status code (for example
404) to see:- title (
404 Not Found) - short explanation
- MDN documentation link
- title (
- Command to insert an HTTP status code (CMD+SHIFT+P > HTTP Status: Insert Code):
- pick a category
- pick a code
- 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
.jsorts
- default:
Release Notes
v1.0.1
- Added
httpStatus.hover.enabledFiletypes
v1.0.0
- Initial commit
- Created status code hover info
- Created inserting status codes command
On this page
Languages
TypeScript96.4%JavaScript3.6%
Contributors
GNU General Public License v3.0
Created February 19, 2026
Updated February 19, 2026