You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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