- 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.
HTTP Status: Insert Code(httpStatus.insertCode)HTTP Status: Open Docs(httpStatus.openDocs)
httpStatus.hover.enabledFiletypes:- default:
["*"](enabled for all files) - supports language IDs like
javascript,typescript - supports file extensions like
.jsorts
- default:
- Added
httpStatus.hover.enabledFiletypes
- Initial commit
- Created status code hover info
- Created inserting status codes command