Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JSON Reference NavigatorNew to Visual Studio Code? Get it now.
JSON Reference Navigator

JSON Reference Navigator

matsoob

|
573 installs
| (0) | Free
Lets you navigate JSON references to other files within your VSCode workspace
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSON Reference Navigator

This is a VSCode extension to allow you to navigate between local JSON files using [JSON References](https://github.com/matsoob/jsonrefnavigator/blob/HEAD/(https:/redocly.com/docs/resources/ref-guide#json); this should be particularly useful for navigating JSON schema repositories (as they often make heavy use of JSON references), but maybe you'll find other uses too!

Currently this only supports a very limited syntax:

  • Where the reference path is local
  • Where the reference path is relative from the root of the VSCode workspace
  • Where the reference is to a whole JSON object

I can look to support more types of navigation if this proves useful :-)

Features

The plugin will give you a tooltip to navigate to the target JSON when hovering over a JSON Reference line within a JSON document.

And hover over the reference to the other file: Before Hover

You should get a tooltip with a hyperlink to the target file: During Hover

Which should allow you to navigate to the target file: Navifated to Hover

Or create it in the target location if it doesn't exist already: File Missing

Requirements

Nothing really

Known Issues

None yet, except for how limited the syntax support is:

Currently this only supports a very limited syntax:

  • Where the reference path is local
  • Where the reference path is relative from the root of the VSCode workspace
  • Where the reference is to a whole JSON object

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of JSON Reference Navigator

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft