What's the default intellisense shortcut in vs2008?
Asked Answered
H

4

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?

Handoff answered 28/9, 2008 at 6:46 Comment(0)
T
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).

Threaten answered 28/9, 2008 at 6:47 Comment(0)
A
32

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

Aleuromancy answered 28/9, 2008 at 6:53 Comment(1)
ctrl-shift-space is great! Thanks! I always hit cancel when the parameters appear and struggle to make them show up again.Lyricist
T
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).

Threaten answered 28/9, 2008 at 6:47 Comment(0)
M
3

Ctrl + Space

Mug answered 28/9, 2008 at 6:48 Comment(0)
R
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!

Rubin answered 6/9, 2010 at 3:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.