bitwisecook / vscode-tcl

Tcl for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=bitwisecook.tcl
MIT License
39 stars 19 forks source link

Go To Definition with F12 #13

Open Zebastian97 opened 2 years ago

Zebastian97 commented 2 years ago

Are there any options with rightklick or F12 or similar to go to a Definition? Actually the shortcuts a active but they don't work :(

bitwisecook commented 1 year ago

not yet, that really requires i spend time on writing a proper Tcl parser rather than regex junk, but my motivation isn't super high to do that as this extension already does what I personally need. I'm more than happy to hear suggestions from others on good ways to do it.