Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keyboard shortcut for Visual Studio code editor Members and Types combos

I wonder what is the keyboard shortcut for these two combo boxs and specially the right part which list all the members of current class and is very handy for navigating a large class.

I tried to figure it out myself but I do not know the exact names to search for it.

Screenshot showing Visual Studio 2010, in a code file with the Members and Types combos highlighted

like image 343
Iman Avatar asked Aug 21 '10 11:08

Iman


People also ask

How do you type simultaneously in VS Code?

You can just Alt + click for additional cursors. And as already mentioned, Ctrl + Alt + ↑ or ↓ . And you can use Alt+Shift+click to select two lines and every line in between.


1 Answers

That whole thing is called "Navigation bar" (Window.MovetoNavigationBar) and can be activated by default by pressing Ctrl + F2. There doesn't seem to be a shortcut for the right side of the navigation bar, so pressing the short cut key always takes you to the combo box on the left side. You can use Tab to jump between the combo boxes.

like image 131
Mikael Koskinen Avatar answered Sep 23 '22 00:09

Mikael Koskinen