loganch / AutoIt-VSCode

AutoIt Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=Damien.autoit
MIT License
74 stars 25 forks source link

Make variable completions context-aware #203

Open loganch opened 11 months ago

loganch commented 11 months ago

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.