Sublime Forum

What is command of expanding suggestions?

#1

What is the name of command that expands suggestions like when clicking on More:

0 Likes

#2

In default keybindings,

	{ "keys": ["f12"], "command": "auto_complete_open_link", "context":
		[
			{ "key": "auto_complete_visible", "operator": "equal", "operand": true },
		]
	},
3 Likes