Simple way to fix IntelliSense issue (Suggestion not selected by default)

I was having this issue with the IntelliSense in VisualStudio which made me to manually select the suggestion by arrow keys or by mouse click. This was driving me crazy because I had to select the suggested item each and every time. This issue was fixed "accidentally" when I pressed some keys.

I looked at the menu and found that there is an option to toggle this behavior. So it is not a bug, It is a feature.

To toggle this feature press Ctrl + Alt + Space from the Visual studio editor.

This can also be done by clicking Edit -> IntelliSense -> Toggle Completion Mode from the main menu.




Comments