Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio keyboard shortcut to scroll method overloads tooltips?

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!

alt text

like image 742
littleduckie Avatar asked Jun 06 '09 04:06

littleduckie


People also ask

How can I see overloads in Vscode?

Hitting ( after the method name did the trick, and I can use up and down arrow keys to navigate between overloads. I found that I can use Ctrl+Shift+Space thanks to your answer.

How do I customize keyboard shortcuts in Visual Studio?

On the menu bar, choose Tools > Options. Expand Environment, and then choose Keyboard. Optional: Filter the list of commands by entering all or part of the name of the command, without spaces, in the Show commands containing box. In the list, choose the command to which you want to assign a keyboard shortcut.


1 Answers

A little late but maybe somebody else needs it too:

  1. Place the cursor after the first bracket
  2. Press Ctrl + Shift + Space
like image 112
cyberkyro Avatar answered Sep 27 '22 16:09

cyberkyro