cweijan / autohotkey-plus

AutoHotkey language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-autohotkey-plus
MIT License
133 stars 18 forks source link

Go to definition bug and Outline bug #53

Open ankitkraken opened 4 years ago

ankitkraken commented 4 years ago

Hi, when I select a function name and click on Go to definition, for some reason it's going to the same function defined in a different file altogether instead of going to the function definition in the same file. Also, for some reason not all the functions defined are shown in the outline sidebar, if this can be fixed it would be great. In my script I have function definition, labels, hotkeys all mixed and are not put in any sequence, if that causing this outline issue?

Also, in Outline, all the variable and stuff is also shown, if outline can be only for the functions that would be great!

Thanks for your effort!

cweijan commented 3 years ago

I remove variables show on outline since 2.6.1.