Dane O'Connor
Dane O'Connor

Reputation: 77288

What's the default intellisense shortcut in vs2008?

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?

Upvotes: 15

Views: 6915

Answers (4)

1800 INFORMATION
1800 INFORMATION

Reputation: 135265

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).

Upvotes: 15

Jon Skeet
Jon Skeet

Reputation: 1500245

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 :)

Upvotes: 32

Dylan
Dylan

Reputation: 2432

Ctrl + Space

Upvotes: 3

BlackCath
BlackCath

Reputation: 21

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!

Upvotes: 2

Related Questions