By Avi Aryan
Thanks to Elliot and Ragnar for their contributions
Has Better -
Syntax-Highlighting
Auto-Complete
Build File
Themes (2 - one dark, one light)
Extra
Auto-Complete Adder (in Packages/AutoHotkey) to easily add more Auto-Completes.
- Make sure to change Autohotkey.sublime-build according to your requirements.
- Use Auto-Complete Adder to add custom Auto-completes.
- Dont worry about two Msgbox's in Autocomplete.
<blank>
is for
Msgbox,text ;(used in testing)
whereas other is for the whole long command. - Similarly Loop has 5 variants each for
general
,reading files and folders
,parsing a string
,registry reading
andreading lines from file
.