Similar Posts
#018 Format Document, and Format Selection
Visual studio wants you to be happy 🙂 If you like breaks before braces, and after; if you like self closing <br /> tags, if you don’t want self closing <br /> tags. Whatever your fancy, you can automatically have Visual Studio apply with a very quick keyboard combination. This is extremely helpful when you…
#82 Show and hide find messages
Ever dismiss a dialog, and then want to get it back again? Far too often, we uncheck the "Show this message again" checkbox not knowing how to get the message back. For Find and Replace, you can specify whether to hide or show these message boxes at Tools – Options – Environment – Find and…
#50 How not to accidentally copy a blank line in Visual Studio
We all use CTRL+C and CTRL+V everyday, 1000 times. It’s one of the first things you have to learn as a programmer to keep you hands on the keyboard. It’s easy to sometimes press CTRL+C again, when in fact it’s time to Paste, so you really meant to press CTRL+V. Visual Studio will allow you…
#80 Stop a “Find in Files” Search
Press the keyboard chord [ALT]+[F3],[S] (bound to Edit.StopSearch) to stop a background search, also known as a Find in Files. You can also press the Stops a background Find toolbar button on the Find Results window. This worked fine in my test with VS2008, but isn’t working on my tests with VS2010. If/When I find an answer…
#65 Edit.WordComplete via Intellisense
Whenever you can invoke statement completion, you can also execute the Edit.CompleteWord command. This command will complete a word that is partially complete with no other possibilities. And if there are other multiple possibilities, the command will invoke statement completion. [CTRL]+[Space] or [ALT]+[RIGHT] This work is licensed under a Creative Commons license.
#023 Color coded track changes
The indicator margin has all these yellow and green ticks on it. What are they? This video shows you what they are, why they’re there, and how to show/hide them. Tools|Options >> Text Edit / General >> Track Changes = Toggle the visible track changes

