mike-lischke / vscode-antlr4

ANTLR4 language support for Visual Studio Code
http://www.soft-gems.net
MIT License
436 stars 61 forks source link

Suggestion: allow navigation via railroad diagram view #25

Open zspitz opened 6 years ago

zspitz commented 6 years ago

Allow navigating to a child node in the railroad diagram view, from the railroad diagram view.

I think the natural interaction choice would be to click on the node.

Perhaps this could be implemented by passing some sort of dummy URL as the second parameter to the JS library used to generate the diagrams, and registering a global handler for this dummy URL to navigate to the appropriate node.

mike-lischke commented 6 years ago

This is related to #24. Requires a rewrite of the railroad diagram script.