Open nevadascout opened 8 years ago
In other vscode languages Ctrl+Click will also do the same thing, this should be supported too.
Updated main issue to add Ctrl + click
I have created a PR that kicks this off, F12 and Ctrl+Click are built into the Definition Provider.
This is in PR #115
When pressing F12 on a symbol, the editor should navigate to it's definition.
Build a symbol cache from the treebuilder with the symbol and it's filepath, line and character number for quick access.
Triggered by
Need to ensure that class inheritance/structure is followed