Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JSON Schema ReferencesNew to Visual Studio Code? Get it now.
JSON Schema References

JSON Schema References

Nicolas Burford

|
2 installs
| (1) | Free
Navigate local JSON Schema $ref references with hover previews and go to definition.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSON Schema References

Navigate between local JSON Schema $ref values with hover previews and go-to-definition support.

Features

  • Hover a $ref string in JSON or JSONC files to preview the referenced schema snippet.
  • F12 / Cmd+Click on a $ref to jump to the referenced schema location, including nested JSON Pointer targets.
  • Supports relative, absolute, and file:// paths that resolve to local schema files.

Product Collection

Getting Started

  1. Install dependencies and compile the extension:
    npm install
    npm run compile
    
  2. Press F5 in VS Code to launch a new Extension Development Host for testing.

Notes

  • Only local file references are resolved. Remote URIs (e.g. http://) are ignored.
  • Pointer resolution follows the JSON Pointer specification, including ~0/~1 escape handling.
  • Hover previews truncate after a few hundred characters to keep tooltips compact.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft