Search code examples
visual-studio-codesettingsintellisense

VSCode IntelliSense complete on full match


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.

enter image description here

Cannot find an option to get the needed behavior.


Solution

  • 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.