Drake
Drake

Reputation: 8392

How to define different keyboard shortcuts for Find In All Files in Visual Studio?

I am trying to define a different keyboard shortcuts in Visual Studio 2017 for the following operation:

I search inside the available commands and the only I was able to find was the command Edit.FindinFiles (assigned to Ctrl+Shift+F in my environment).

Do you know that is possible to do what I am looking for with some trick?

Upvotes: 2

Views: 35

Answers (1)

Lord_Curdin
Lord_Curdin

Reputation: 954

In VS17 you have two different find Windows. The "normal" with CTRL+F witch is normaly in the top right corner. And theres another find windows with CTRL+SHIFT+F. It has a little bit more functionality and pop out as a independant window, those aren't synchronized. On one the "entire solution" search and on the other "current projekt" search.

Upvotes: 1

Related Questions