We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be cool to follow local references in Json Schema files easily.
Json Schema
For example:
{ "$ref": "#/definitions/3/cmd" }
#/definitions/3/cmd is defined in the same document. Jumping to that path with keyboard shortcut gd (for goto definition) would be awesome.
#/definitions/3/cmd
gd
goto definition
Maybe jumping back and forth with Ctrl-O and Ctrl-I would be perfect.
Ctrl-O
Ctrl-I
The text was updated successfully, but these errors were encountered:
@mkohlhaas why did you close it? I think it's a nice idea
Sorry, something went wrong.
No branches or pull requests
It would be cool to follow local references in
Json Schema
files easily.For example:
#/definitions/3/cmd
is defined in the same document. Jumping to that path with keyboard shortcutgd
(forgoto definition
) would be awesome.Maybe jumping back and forth with
Ctrl-O
andCtrl-I
would be perfect.The text was updated successfully, but these errors were encountered: