Is there a way to complete intellisense suggestion on full match in VSCode? When I typed a variable, method, keyword fully I want the suggestion to hide.
Cannot find an option to get the needed behavior.
I think the best you can do is press Esc
or Tab
to close the widget.
Alternatively, you also have the command hideSuggestWidget
that you can use to create a shortcut. Maybe use some type of Ctrl+<>
to make that action quicker. Here you have the link to create the shortcut.