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

Implement auto-deindentation

mica opened this issue · comments

commented

It would be nice to have the closing line of a statement (e.g. EndIf, EndFunc, WEnd) automatically deindent to the same level as its opening line.

So I have it basically working, but the items that decrease the indent don't work after using completions, and I've yet to figure out how to get that working.

Added in v0.2.3