Intellisense suggestions break the snippet flow #29
-
Beta Was this translation helpful? Give feedback.
Answered by
sleepymalc
Nov 2, 2023
Replies: 1 comment
-
I think you can look into {
"key": "tab",
"command": "-acceptSelectedSuggestion",
"when": "suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && textInputFocus"
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sleepymalc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you can look into
tab
in keybinding setting. For example, I disable this behavior: