So another vscode extension for the AutoIt language emerges!
I've tried the existing ones, and found small problems that i felt i could improve on, but it would require an entire new approach to the inner working of the existing extensions.
Also working on a complete AutoIt3 parser a vscode extension just made sense
Any feedback is appreciated, and i hope this project will benefit more than just me 🤡
Visual Studio Code Marketplace
GitHub repo
Some of the current features:
Basic AutoIt2 syntax highlighting, for fun 🤡
AutoIt3 syntax highlighting
Variable/Function hover gives declaration information if available.
Goto declaration
#include links
Syntax checking, as you type
Function signature help
Function and variable list in a file via the outline tab.
Works on desktop (any OS) and web version
⚠️ The parser used is not yet 100% complete (see issues for know problems), and the last thing to be implemented is the With code block.
Hope you like 😃