mark-wiemer-org / ahkpp

AutoHotkey Plus Plus (AHK++) - AutoHotkey v1 and v2 support for VS Code
https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus
Other
152 stars 10 forks source link

"Go to definition" using Ctrl + Click jumps to another file opened in editor / or doesn't jump to definition at all within the same file if the file is very long ~10k lines #402

Closed helperman closed 1 year ago

helperman commented 1 year ago

Can't provide you with my script since it contains a lot of stupid code :) and sensitive data. It is not reproducible on small examples (but maybe I'll add more info later). Recommend you keep an eye on this feature on long scripts. Ctrl Click doesn't do anything or jumps to the function with the same name in another file which is not even included/linked with each other (maybe it's a feature though?). For Ahk1.

mark-wiemer commented 1 year ago

Duplicate of #117, please adjust your maximum parse length setting :)