#39 Middle button support in the Visual Studio Editor
Middle Button support in Visual Studio. What does it so? Watch this …
Middle Button support in Visual Studio. What does it so? Watch this …
Let’s say you are searching for some text and you already know about F3 and Shift+F3, so you want the [CTRL]+[F] Quick Find or the [CTRL]+[H] Quick Replace window to disappear after the first search. Go to Tools | Options | Environment | Find and Replace page, and check the Hide Find and Replace window…
Swapping anchor points. This one left me wondering for a few minutes, but afer I figured it out, it was very nice. Many times I’ve selected the wrong text by a line or character or two. Only to have to reselect the entire selection. This video trick shows you how to expand your selction on…
Did you know Visual Studio has a Command mode? This isn’t cmd.exe – but it’s virutally the same concept, inside of visual studio. This command window will let you type commands for virtually any command in Visual Studio. This video will show you how to search from the Command Line. Additional Command Line options: Edit.Find…
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…
Moving text around is something we all need to do frequently. This trick shows you how to transpose characters (which is great for fixing typos), words, and lines with their neighbors. Characters flip with their neighbor to fix a type or spelling error. Words switch left and right to quickly move a word down the…
When you press [CTRL]+[F] for find, one of the nice features of Visual Studio is the context find that happens. The word/phrase that your cursor is currently on is forwarded to the “Find What” section of the dialog box. The thinking here is pretty simple, which is, you’re probably going to search for another instance…