ahkscript / SublimeAutoHotkey

AutoHotkey AHK language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build system definitions, commands for ahkrun, ahkcompile, ahkrunpiped.
The Unlicense
207 stars 43 forks source link

How do I disable autocompletion for the parameters? #70

Open asdsadsaasd12312132 opened 3 years ago

asdsadsaasd12312132 commented 3 years ago

How can I make it so the autocomple only finishes the command and not input every single possible parameter? For example, autocompletion of WinWait should be only WinWait and not WinWait, WinTitle, WinText, Seconds [, ExcludeTitle, ExcludeText].