genius257 / vscode-autoit

AutoIt language extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=genius257.autoit
MIT License
4 stars 3 forks source link

Function declaration lookup does not work when including script #35

Closed genius257 closed 1 year ago

genius257 commented 1 year ago

Hover and goto declaration on x breaks when an include statement exists.

Example to reproduce problem:

#include <Array.au3>

Func x()
    ;
EndFunc

x()
Danp2 commented 1 year ago

Works good now 😉

genius257 commented 1 year ago

Fixed with version 1.2.5