Visual Studio keyboard shortcut to display IntelliSense

keyboard-shortcuts, visual-studio

Solution

Ctrl + Space

or

Ctrl + J

You can also go to menu Tools → Options → Environment → Keyboard and check what is assigned to these shortcuts. The command name should be `Edit.CompleteWord`.

Problem

What's the keyboard shortcut for Visual Studio to display the IntelliSense box if one accidentally hits ESC and wants the box come back again?

Original source

Related problems