forked from damien122/Autoit-Visual-Studio-Extension
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hello all,
It would be great if the extension could also index the functions of other files.
Example :
File A:
Func A()
Endfunc
File B:
#include "fileA"
Func B()
Endfunc
File C:
#include "fileB"
B()
A() ; not autocompleted
In fileC the extension will give autocompletion for function B() but not for function A() who is include in fileB. However, it's still possible to call A() in fileC
I will try to work on this when I will have time, anyway, i'm always happy to help
Lx
Metadata
Metadata
Assignees
Labels
No labels