Skip to content

esteban-cz/http-status-helper

Repository files navigation


License: GPL v3    Maintenance    Extension Version    GitHub last commit




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

About

VSCode Extension that allows user to hover and insert HTTP status codes easily.

Topics

Resources

License

Stars

Watchers

Forks

Contributors