Calltips and AutoComplete

AutoHotkey SciTE

Calltips and AutoComplete

When coding, little pop-up boxes (AutoComplete boxes) will appear containing completion information that can save you from typing the whole name of the command or function you're typing:

If you press Enter, the selected word will be automatically inserted.

Additionally, a help info pop-up (calltip) shows when you type the comma or the space for a command or the left parenthesis symbol for a function: