Skip to content

"Go to definition" does not account for #include dir directives #628

@mark-wiemer

Description

@mark-wiemer

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 v1bugsomething isn't workinghigh effortlots of work to completelow rewardnot much value when completed

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions