161

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?

ΩmegaMan
  • 29,542
  • 12
  • 100
  • 122
Stan
  • 37,207
  • 50
  • 124
  • 185
  • 6
    exact duplicate of http://stackoverflow.com/questions/145371/whats-the-default-intellisense-shortcut-in-vs2008 – mcabral Sep 04 '10 at 01:32
  • Possible duplicate of [What's the default intellisense shortcut in vs2008?](https://stackoverflow.com/questions/145371/whats-the-default-intellisense-shortcut-in-vs2008) – Still.Tony May 14 '18 at 13:13

12 Answers12

209

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

Ctrl+Shift+Space shows you parameter information.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Peter Gfader
  • 7,673
  • 8
  • 55
  • 56
  • 31
    Ctrl+Shift+Space is all I needed, I was kinda tired of removing a single character from a parameter just so I could see all signatures and parameter info. Thanks! – Lennard Fonteijn Mar 12 '15 at 00:03
202

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
BrunoLM
  • 97,872
  • 84
  • 296
  • 452
  • 1
    Of note for Messenger plus! users: You have to *change* the lock shortcut, even if it is disabled it interferes with Visual Studio. `Plus! > Preferences & Options > Features > Messenger lock`, and, `Plus! > Passwords > Unlock Messenger`. – BrunoLM May 19 '11 at 14:54
27

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
12

Ctrl+Space should do it.

Leniel Maccaferri
  • 100,159
  • 46
  • 371
  • 480
5

It should be Ctrl + J.

Jasper
  • 2,166
  • 4
  • 30
  • 50
gbackmania
  • 772
  • 3
  • 7
  • 17
5

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
TTT
  • 22,611
  • 8
  • 63
  • 69
4

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

Ctrl + Alt + Space

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
mimipofi
  • 655
  • 6
  • 6
2

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

FreeAsInBeer
  • 12,937
  • 5
  • 50
  • 82
2

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

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Dan Bechard
  • 5,104
  • 3
  • 34
  • 51
2

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

Ctrl + Space

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Raphaël Roux
  • 316
  • 2
  • 7
0

The shortcut to bring up the IntelliSense box is called Edit.ListMembers. It defaults to:

Ctrl + J


The shortcut to automatically select the most likely option is Edit.CompleteWord. It defaults to:

Ctrl + Space

Chris Pavs
  • 85
  • 5
0

You have to have your cursor on the code which has a red line under it. Now press :

Ctrl + K + I