Typing :: opens an autocomplete popover instantly. It has two modes depending on where your cursor is in the command.
Before you type (, the popover lists matching commands. The highlighted entry shows the full signature — name(param1*, param2), where * marks a required parameter — along with the command's description.
After you type (, the popover switches to parameter mode. It shows the signature with the current parameter highlighted — its name, type, description, and default value — plus a live status line:
↑ / ↓ — Move the selection (command mode)Tab — Insert the highlighted command name; in parameter mode, fill the default value and jump to the next parameter (or past ) on the last one)Return — Insert the highlighted command; in parameter mode, execute the commandEsc — Dismiss the popover until the next ::← / → — Dismiss when the cursor leaves the command tokenPro tip: Tab your way through a command — press
Tabrepeatedly to accept each parameter's default and land ready to execute.