Visual Studio 2012 Search Scope

enter image description here

Visual Studio 2012 Quick Search Dialog


Is there a shortcut or a way to create it to change the search scope in Visual Studio 2012?

The new quick search dialog has been redesigned, and it’s very difficult to get the search area using the tab key, because the keyboard’s initial focus is in the first text box and the area’s drop-down list is moved relatively far.

In Visual Studio 2010, it was as easy as pressing the tab key once and you are there.

enter image description here

Visual Studio 2012 Quick Search Dialog

+4
source share
2 answers

Mr. President, you can always use ctrl + shift + F to open the old search dialog. Then you can just tab .

+8
source

In Visual Studio 2015, Alt + L moves focus to the drop-down menu. I have not tried other versions of VS

+4
source

All Articles