loganch / AutoIt-VSCode

AutoIt Extension for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=Damien.autoit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make variable completions context-aware

loganch opened this issue · comments

I'd like variable completions to only appear in the appropriate context, such as globals being available everywhere and local variables being accessible only within the function where they are declared.