I’d like to assign one key to commit autocomplete.
The options seem rather limited…
auto_complete_commit_on_tab": false
Missing:
"auto_complete_commit_on_enter": false
"auto_complete_commit_on_space": false
This command auto_complete_triggers seems to apply to opening auto-complete,
"auto_complete_triggers": [ { "characters": "<", "selector": "text.html" } ]
Auto-Complete should trigger (open) when typed text could be completed.
Auto-Complete list should initially only respond to user defined key, I want to use /
So, with the list open, if I hit arrow down or enter or tab, auto-complete will go away.
Press / to focus list, then and only then should arrows and enter and tab have any affect.
Should not respond to any input until focused.
For example,
- Type in Auto_
- Auto_complete list opens with…
auto_complete
auto_match_enabled - Press / to focus on the list == Auto-Complete Mode
- Select from list
- Enter to auto complete.
Once in Auto-Complete Mode, I would set…
Complete = Enter or /
Next item = Down Space Dot
Prev item = Up Comma
First item = Home
Last item = End
A-Z = Append to keyword and update list
Backspace = Remove char from keyword.
The auto-complete lists shows several options,