JSON Reference NavigatorThis 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:
I can look to support more types of navigation if this proves useful :-) FeaturesThe 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: You should get a tooltip with a hyperlink to the target file: Which should allow you to navigate to the target file: Or create it in the target location if it doesn't exist already: RequirementsNothing really Known IssuesNone yet, except for how limited the syntax support is: Currently this only supports a very limited syntax:
Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of JSON Reference Navigator |