15

I'd like to open the intelligence window without typing a character and then backspacing it. I can't seem to remember the shortcut for this. What is it?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Dane O'Connor
  • 75,180
  • 37
  • 119
  • 173

4 Answers4

31

Ctrl + Space for normal Intellisense, and Ctrl + Shift + Space for parameter Intellisense (e.g. to see what overloads are available in a method call which you've actually already filled in). I find the latter very handy :)

Jasper
  • 2,166
  • 4
  • 30
  • 50
Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194
  • 1
    ctrl-shift-space is great! Thanks! I always hit cancel when the parameters appear and struggle to make them show up again. – PRINCESS FLUFF Feb 15 '10 at 13:34
15

Ctrl + Space?

Also, go to Tools -> Options -> Environment -> Keyboard or Default Keyboard Shortcuts in Visual Studio, you can then search for commands and see what is assigned to that (and remap).

Atul Kumar
  • 366
  • 4
  • 15
1800 INFORMATION
  • 131,367
  • 29
  • 160
  • 239
3

Ctrl + Space

Jasper
  • 2,166
  • 4
  • 30
  • 50
Dylan
  • 2,392
  • 6
  • 26
  • 34
2

If you have installed MSG Plus, then the problem is messenger lock keys, try to change them in msg plus and Intellisense will work again. Good Luck!

BlackCath
  • 21
  • 1