#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 …
After the past several weeks of Find tips (i knew i would have a few tips, just not nearly a month’s worth!), let’s change things up a bit and talk about the command window. Press Ctrl+Alt+A to open the command window. Check the keybinding for View.CommandWindow if your keybindings are different. Also available from the…
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…
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…
We all edit. Coders really are just really smart typists right? We make mistakes. We edit other peoples stuff, we have brain farts. These tricks teach you to delete fast and accurate. Delete words or whitespace groups forward or backwards. I use this all the time. These are tricks you should add to you daily…
Trick number #30 also talked about Bookmarks, but this time I go into a little more detail as to why your keyboard bindings might be different than what you’re seeing in the video. The short version is that you probably chose Visual Basic or Visual C# when you installed Visual Studio and each of these…
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…