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

Autocomplete : function beginning with "__" bug

QuentinLemCode opened this issue · comments

Hello

I found a bug with autocomplete when function began with two underscore : __

Only one is detected, causing a function rewrited with 3 underscore when enter is hit
image

image

__error function is inside the document

It was an issue with my regex pattern for Words as defined in the extension. Just updated it and pushed the change to Github.

Just put out the release that should fix that.

It works, good job !