AutoIt / SublimeAutoItScript

AutoItScript Au3 language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build systems for run and compile, Tidy command, IncludeHelper command.
https://www.autoitscript.com/forum/forum/7-autoit-technical-discussion/
MIT License
29 stars 11 forks source link

Update functions completion with arguments #4

Closed vinhtrinh closed 10 years ago

vinhtrinh commented 10 years ago

These completions auto generate based on http://www.autoitscript.com/autoit3/docs/functions.htm

"string argument" [optional argument] function-completions

jbrooksuk commented 10 years ago

@robertcollier4 thoughts? AutoIt doesn't change it's parameter list very often, and when they do, we can change these easily.

robertcollier4 commented 10 years ago

Looks great, the arguments are all complete now. @vinhtrinh - what script/tool did you use to auto-generate this .sublime-completions file?