-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
AHK v1exclusive to AHK v1exclusive to AHK v1bugsomething isn't workingsomething isn't workinghigh effortlots of work to completelots of work to completelow rewardnot much value when completednot much value when completed
Description
For troubleshooting assistance, refer to the troubleshooting guide
Description
; main.ahk1
#include myDir ; some directory
#include myScript.ahk ; some file within the included directory
myFunc() ; some function within that file
Here, "go to definition" on myFunc
with experimental funcDefSearch
setting enabled doesn't work, as it looks for ./myScript instead of ./myDir/myScript
Expected behavior
"Go to definition" on myFunc
should take me to the definition in ./myDir/myScript.ahk
relative to the dir containing main.ahk1
Metadata
Metadata
Assignees
Labels
AHK v1exclusive to AHK v1exclusive to AHK v1bugsomething isn't workingsomething isn't workinghigh effortlots of work to completelots of work to completelow rewardnot much value when completednot much value when completed
Projects
Status
No status