14

Intellisense typically pops up when I open the '(' on a function call showing the data types of the parameters matched, allowing you to hit up or down to see all possibilities of overloaded function calls.

Is there a keyboard shortcut to force this to happen if I move cursor focus outside the function call and want to see it again?

sammarcow
  • 2,736
  • 2
  • 28
  • 56

3 Answers3

22

Ctrl+Shift+Space shows the parameter information..

Obtained from Whats the default intellisense shortcut in vs2008? reposted by Rahul

Community
  • 1
  • 1
sammarcow
  • 2,736
  • 2
  • 28
  • 56
16

Go to tools->options->keyboard then find Edit.ParameterInfo and assign whatever shortcut you want to it. Default is ctrl+k, p

Yoghurt
  • 295
  • 3
  • 10
0

Try this shortcuts

crtl + space

and

crtl + j

See this post as well

Visual Studio keyboard shortcut to display intellisense

What's the default intellisense shortcut in vs2008?

Community
  • 1
  • 1
Rahul
  • 76,197
  • 13
  • 71
  • 125