147
votes

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?

10

10 Answers

193
votes

Ctrl + Space

or

Ctrl + J

You can also go to menu ToolsOptionsEnvironmentKeyboard and check what is assigned to these shortcuts. The command name should be Edit.CompleteWord.

194
votes

Additionally, Ctrl + K, Ctrl + I shows you Quick info (handy inside parameters)

Ctrl+Shift+Space shows you parameter information.

26
votes

The most efficient one is Ctrl + ..

It helps to automate insertions of using directives. It works if the focus is on a new identifier, e.g. class name.

10
votes
5
votes
5
votes

If you have arrived at this question because IntelliSense has stopped working properly and you are hoping to force it to show you what you need, then most likely none of these solutions are going to work.

Closing and restarting Visual Studio should fix the problem.

4
votes

If you want to change whether it highlights the best fitting possibility, use:

Ctrl + Alt + Space

2
votes

Alt + Right Arrow and Alt + Numpad 6 (if Num Lock is disabled) are also possibilities.

2
votes

In Visual Studio 2015 this shortcut opens a preview of the definition which even works through typedefs and #defines.

Ctrl + , (comma)

Enter image description here

1
votes

On Visual Studio Community 7.5.3 on Mac this works for me:

Ctrl + Space