Similar Posts
#81 Replace in all files (With Undo Support)
Global search/replace can be tricky. Often times you’ll end up replacing something that you didn’t realize was going to be replaced. Having an undo feature is vey helpful. This video shows you the ins and outs, of Find/Replace in all files. Just like Ctrl+H does a Quick Replace, Ctrl+Shift+H will bring up the Replace in…
#39 Middle button support in the Visual Studio Editor
Middle Button support in Visual Studio. What does it so? Watch this … This work is licensed under a Creative Commons license.
#001 Incremental Search [CTRL]+[I]
Incremental search can also be thought of as live search. The cursor highlights the first finding as you’re typing the search term. [CTRL]+[I] = Incremental Search [CTRL]+[SHIFT]+[I] (Back Search) [F3] – Find Next [SHIFT]+[F3] – Find Previous
#75 Use wildcards and regular expressions while searching
Did you know that you can search in Visual Studio using wildcards and regular expressions (in addition to the regular text search) right from the Find and Replace window? This short tip/trick video shows you how. Expand the Find options, and check Use: This will enable you to select either wildcards or regular expressions. With…
#64 Keyboard Shortcut to Display Quick Info Tooltip
As you mouse over a method in the Editor, a nice tooltip (as seen in the image below) is displayed for you showing you general information about the method, parameters, overloads, possible exceptions, and other documentation pulled from the meta data about the method (including your custom comments/documentation). This video shows you how to enable…
#77 Use Visual Studio to Find in Files – Any disk location
And yet another way of searching code (or any text really) in Visual Studio… it’s called Find in Files. It is the most comprehensive way to do a search. Even if you’re not looking for code, this can search any text string, in any set of files. We’re not talking about files linked in a…

