Skip to content

Is there a setting to tab to the next autocomplete suggestion? #7991

Closed Answered by mrnugget
Decedis asked this question in Q&A
Discussion options

You must be logged in to vote

Hey! up/down and ctrl-n/ctrl-p work. See here:

"context": "Editor && (showing_code_actions || showing_completions)",
"bindings": {
"up": "editor::ContextMenuPrev",
"ctrl-p": "editor::ContextMenuPrev",
"down": "editor::ContextMenuNext",
"ctrl-n": "editor::ContextMenuNext",
"pageup": "editor::ContextMenuFirst",
"pagedown": "editor::ContextMenuLast"
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rajatfinbox
Comment options

Answer selected by Decedis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants