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?
Ctrl + Space should do it.
IntelliSense is a code-completion aid that includes a number of features: List Members, Parameter Info, Quick Info, and Complete Word. These features help you to learn more about the code you're using, keep track of the parameters you're typing, and add calls to properties and methods with only a few keystrokes.
Ctrl+Shift+Space shows the parameter information..
Obtained from Whats the default intellisense shortcut in vs2008? reposted by Rahul
Go to tools->options->keyboard then find Edit.ParameterInfo and assign whatever shortcut you want to it. Default is ctrl+k, p
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With