Does anyone know what the keyboard shortcut to scroll a method's overloads that appears in the tooltip is? I presently have to resort to using the mouse to click the ^ and v labels in the tooltip, which isn't particularly effective.
Thanks!

|
Does anyone know what the keyboard shortcut to scroll a method's overloads that appears in the tooltip is? I presently have to resort to using the mouse to click the ^ and v labels in the tooltip, which isn't particularly effective. Thanks!
|
||||
|
|
|
The arrow keys work for me... |
|||||||
|
Press Ctrl + Shift + Space to see the list of overloads and arguments. See the Visual C# 2008 Keybinding Reference Poster for more keyboard shortcuts. |
|||||||
|
|
@mefepe A little late but maybe somebody else needs it too...
|
||||
|
|
|
Sometimes I have to hit escape to get rid of the intellisence popup before using the arrow keys to scroll through the overload list. |
|||
|
|
|
What's the command to bring up the tooltip? I know the shortcut in Eclipse (ctrl+space) but that's Eclipse... In VS the tooltip shows when you type the first bracket but if I would like to see the different method overloads for a method that's been implemented aldready, how would I do that? There's got to be an easier way than this:
|
|||
|
|