Hi.
I was thinking of making a plugin that will display tooltip help for a command, directive or a function. It works when you press the required key combo while the caret is on the ahk keyword.
To display tips, it will make use of show_popup() function which is available only in ST 3.
Should I proceed ?
@robertcollier4 @Ragnar-F @joedf
A prototype looks like this -

It refers to the .sublime-completions file for syntax. I will have to add a .no-sublime-package file in this repository for this to work.