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

IntelliSense doesn't catch any declared variable on vscode version 1.52.1 (Nov 2020)

pnd280 opened this issue · comments

VSCode 1.51.1
image

VSCode 1.52.1
image
Its not actually broken but the intellisense only catch declared variables when i try to close the autocomplete popup and open it up again using CTRL+SPACE which is really time wasting and annoying.

I've also noticed this issue recently; I'll investigate what it might be.

Set "editor.suggestOnTriggerCharacters": false
in settings.json must fix this problem

@Fedorazzz Wow that does seem to fix the issue! I'm going to see if it messes up my flow in writing other code, and see if I can have the extension set it automatically just for AutoIt scripts. Thanks!

I'm seeing the IntelliSense work in the latest version of VS Code whether "editor.suggestOnTriggerCharacters" is true or false.