Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut for "Find Result 1" in Visual Studio?

Shortcut for "Find Result 1" in Visual Studio?

like image 206
Afshar Mohebi Avatar asked Aug 11 '10 07:08

Afshar Mohebi


People also ask

What is the keyboard shortcut to perform 1 find?

CTRL + F. shortcut key is used to open the "Find and Replace window in MS Word 2007". Ctrl+F is a keyboard shortcut most often used to open a find box to locate a specific character, word, or phrase in a document or web page.

How do I find Visual Studio shortcuts?

The Global context means that the shortcut is applicable in any tool window in Visual Studio. You can look up the shortcut for any command by opening the Options dialog box, expanding the Environment node, and then choosing Keyboard.

What does Ctrl k do in Visual Studio?

Ctrl+K for Removing Bookmarks Visual Studio contains a characteristic that enables users to add a bookmark. This bookmark can be added to a line of code in a solution.

What is the result of Ctrl A?

Ctrl+A in Word and other word processors In Microsoft Word and other word processors, pressing Ctrl + A selects all of the text in the document. If you're working with a document with multiple pages, this keyboard shortcut selects all text on all pages.


2 Answers

Hotkeys for Visual Studio 2010 - Alt + vn1

Hotkeys for Visual Studio 2015 - Alt + vnnEnter1

Hotkeys for Visual Studio 2017 - Alt + vnnnEnter1

If you don't feel like customizing your own shortcuts, or you use different environments where you can't always rely on your customization being present, you can always go the old school route of just navigating the menus via hotkeys.

For instance, in Visual Studio 2010, you can just type Alt + vn1.

  • Typing Alt + v opens up the "View" menu.
  • Typing n opens up the "Find Results" menu item in the View menu.
  • Typing 1 selects the "Find Results 1" menu item, thereby opening and setting focus to the "Find Results 1" window.
  • Likewise, Alt + vn2 opens up the "Find Results 2" window.

If you do this enough, it's like any other keyboard shortcut, and becomes second nature.

ProTip

You can discover the hotkey shortcut to any menu item you need by just hitting Alt, and looking at the letters that are underlined in the menus. This applies to pretty much any windows program you will ever use.

like image 61
Seth Flowers Avatar answered Oct 22 '22 17:10

Seth Flowers


There's no predefined shortcut for that (at least in VS 2005) but just select Customize... from the Options menu, press the Keyboard... button and then create a suitable shortcut for View.FindResults1.

like image 42
Hans Olsson Avatar answered Oct 22 '22 18:10

Hans Olsson