plugin AutoIt Helper

Plugins for SynWrite and CudaText...
Post Reply
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

plugin AutoIt Helper

Post by Alexey »

Plugin was inially made by @TomBraider42.
It gave static autocompletion list.

New version was fully reworked and it's made by @OlehL.
New version supports IntelliSense for AutoIt lexer. It analyzes the code and gives smart auto-completions and function hints.
And it can show doc-string for function (using menu item in Plugins menu).
To use it, first call menu item in "Options / Settings-plugins / AutoIt Helper" which sets path to AutoIt folder.

1) Auto-completion (Ctrl+Space)
Place caret after incomplete function/class/variable name, and press this hotkey.
2) Go to definition
Place caret on name of func/class/variable/const, and call "Go to definition" menuitem from editor context menu.
3) Show function call-tip (Ctrl+Shift+Space)
Place caret after function name between () brackets, and press this hotkey.
4) Auto-insert args for function (tab)
Place caret after function name and press this hotkey. Or press this hotkey after Auto-comletion.
5) Show function doc-string
Shows doc-string for function/class under caret, in the Output panel. Call it from F1-Commands menu.

Plugin uses local copy of 'au3.api' file. You can download latest version this file from:
https://www.autoitscript.com/autoit3/sc ... ad/au3.api
Post Reply