When I look at the actions bound to "Escape" on Visual Studio Code, there are a lot of them used to quit out of something.
I'd just like the functionality of being able to hit "ctrl" to cancel the autocomplete function.
Which one of these commands should I use? (I have tried "hideSuggestWidget" and "list.clear", neither of them work.)
(As seems to be the theme with these sorts of questions, in Atom, I'd just use the key-binding-resolver, but Visual Studio Code doesn't seem to have that yet.)