Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Assign shortcut to Visual Studio "Find All"

How can I assign a keyboard shortcut to the "Find All" button of the Quick Find function in Visual Studio 2013?

VS Find All

I can't find any command that would match this button next to the Edit.Find... commands:

VS Keyboard options

like image 485
Otiel Avatar asked Jun 26 '14 09:06

Otiel


2 Answers

I've been looking for the same exact thing! This isn't the best way but this is what I do:

Press Ctrl + Shift + F

Type Your Search

Press Alt + A (This performs a Find All)

like image 200
Adam Oakley Avatar answered Sep 16 '22 14:09

Adam Oakley


I found it is easiest to re-assign Edit.FindinFiles to Alt + F then use Alt + A to press Find All on that dialog box:

Highlight the text

Press Alt + F

Press Alt + A

like image 27
ncad Avatar answered Sep 19 '22 14:09

ncad