Visual Studio (C#) AutoComplete on tab only

Date: 2023-12-05

Source: https://learn.microsoft.com/en-us/answers/questions/760368/disabling-autocompletion-from-spacebar-in-vs-2022

Change the IntelliSense completion mode: 

Edit > IntelliSense > Switch between automatic and tab-only IntelliSense completion or shortcut: Ctrl+Alt+Space.

You can also set the IntelliSense completion mode to Tab-only: 

Tools > Options > Text Editor > Advanced > Default IntelliSense completion mode: > select Tab-only in the dropdown.

81760cookie-checkVisual Studio (C#) AutoComplete on tab only