The arrow keys work for me...
Sometimes I have to hit escape to get rid of the intellisence popup before using the arrow keys to scroll through the overload list.
Arrow keys are the short cut keys i suppose as they work for me.
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:
- place the cursor just after the first bracket
- erase it
- re-type it (tada!)
- navigate the methods using up and down arrows
- when you're done, press ctrl+z to undo changes.
No way to avoid the erase bracket trick? Is there a way to "pop" de overloads list when you're not in the beginning of the method parameters 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 already, how would I do that?
Press Ctrl+Shift+Space
to see the list of overloads and arguments.
See the Visual C# 2008 Keybinding Reference Poster for more keyboard shortcuts.