stef-levesque / vscode-autohotkey

AutoHotkey language support for VS Code
MIT License
96 stars 23 forks source link

Support for symbol navigation / jump to functions and methods #11

Open skjardenCode opened 6 years ago

skjardenCode commented 6 years ago

Is it possible to add symbol navigation to vscode-autohotkey, so I can press ctrl+t (default hotkey in VS Code) to navigation to functions and methods of classes?

Or, is that supported already and just not working for me?

(Unfortunately, I don't know how difficult it is to add such symbol navigation support, maybe the amount of work is just to much.)

mstenemo commented 6 years ago

I also think this is an important missing feature. Currently using bookmarks extensions to have some of the capability.