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

Implement auto-deindentation #43

Closed mica closed 5 years ago

mica commented 5 years ago

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.

loganch commented 5 years ago

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.

loganch commented 5 years ago

Added in v0.2.3