We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go to definition goes to incorrect #Include.
If you download the UIAutomation for example twice: and then put it in two different directories: !GitHub and Lib
and try to include the file and then use "Go to Definition", it will just jump to the first include that was opened, regardless of the include.
AHK Files AHK File 1: !GitHub > UIAutomation > Examples > Example1_Notepad.ahk AHK File 2: Lib > UIAutomation > Examples > Example1_Notepad.ahk
Includes Directory Tree: Include in AHK File 1: !GitHub > UIAutomation > Lib > UIA_Interface.ahk Include in AHK File 2: Lib > UIAutomation > Lib > UIA_Interface.ahk
Steps to reproduce the behavior:
Go to definition will go to the definition of the correct #Include that the class is using (just as when running the script would).
I originally created this issue for the AHKv2 VS Code extension but I found that this is occurring only with this extension for AHKv1.
The text was updated successfully, but these errors were encountered:
Add repro for mark-wiemer-org/ahkpp#205
d5e0c13
mark-wiemer
No branches or pull requests
Description
Go to definition goes to incorrect #Include.
If you download the UIAutomation for example twice:
and then put it in two different directories:
!GitHub and Lib
and try to include the file and then use "Go to Definition", it will just jump to the first include that was opened, regardless of the include.
AHK Files
AHK File 1: !GitHub > UIAutomation > Examples > Example1_Notepad.ahk
AHK File 2: Lib > UIAutomation > Examples > Example1_Notepad.ahk
Includes Directory Tree:
Include in AHK File 1: !GitHub > UIAutomation > Lib > UIA_Interface.ahk
Include in AHK File 2: Lib > UIAutomation > Lib > UIA_Interface.ahk
Reproduction steps
Steps to reproduce the behavior:
Expected behavior
Go to definition will go to the definition of the correct #Include that the class is using (just as when running the script would).
Additional context
I originally created this issue for the AHKv2 VS Code extension but I found that this is occurring only with this extension for AHKv1.
The text was updated successfully, but these errors were encountered: