Skip to content

v0.2.3

Compare
Choose a tag to compare
@loganch loganch released this 30 May 00:06
· 652 commits to master since this release
  • Added indentation rules for automatic indents for keywords that indent/unindent on the next line (currently doesn't work when the keyword is input from Intellisense)
  • Implemented basic Go To Definition functionality for Functions and Variables (incidentally enables the Outline pane as well)
  • Added syntax highlighting rules to color user created functions differently from default AutoIt and standard UDFs (may be the same depending on the theme)
  • Added syntax highlighting for '$' part of variables (depends on theme)
  • Implemented command to kill running scripts set to Ctrl+Pause/Break