Buenas,
a long time ago I commented that the Quick Launch of Visual Studio 2012 is a tool that allows us to work more productively. You press CTRL + Q and you’re within a window with access to all the elements of the IDE of Visual Studio 2012 (including a the of Resharper). The following image shows the Quick Launch, with one of the shortcuts I use most > Source Control Explorer to access.
Now, one thing that many people do not know is that it is possible to filter the item type to search. For example, the prefix “@menu” shows only results with elements of the IDE menus. Thus, the search for Source with @menu returns these results.
If on the other hand, we want to search for items that are options (from a dropdown), we can use the prefix “@opt “”. “
Continuing with this approach there are several more options, for example “@ “ nuget “. “
To the telephone numbers you can find them within the options of Visual Studio 2012 (menu Tools / / Options), in the section “Environment / / Quick Launch”. Within this view we can also define if we want to have this feature active, if we want to include the latest searches, etc.
Saludos @ Home
El Bruno

Leave a comment