[](https://choosealicense.com/licenses/gpl-3.0/)



|
HTTP Status Helper
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):
- 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
.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
| |