Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to disable Quick Find in Visual Studio 2012?

I just upgraded to Visual Studio 2012 from 2010 and cannot stand the fact that Cntrl + F brings up the new Quick Find dialog in the upper right hand corner of the editor. I typically just dock the Find and Replace window and prefer to use that. Is there a way to disable Cntrl + F from bringing up the new Quick Find window and instead have it move focus to the Find and Replace window similar to how VS 2010 did it?

like image 343
Rob Packwood Avatar asked Sep 10 '25 21:09

Rob Packwood


1 Answers

Yes there is. You can assign the keyboard shortcut ctrl+f to edit.findinfiles in tools>options>environment>keyboard. So far it works for me.

like image 60
user2177195 Avatar answered Sep 13 '25 05:09

user2177195