#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 …
Do you recognize this sequence? Home. Shift. Up or Down. [CTRL]+[X] or [Delete] There are many better ways to cut or delete your current line of code/markeup/css/xaml/whatever. This Video Trick shows you how. This work is licensed under a Creative Commons license.
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…
Recently I have been getting a lot of positive feedback for my work around the Visual Studio tricks. I try to make the video tricks under 90 seconds, and while the original Video Tips were a replay on Sara Ford’s original tips, I’m ramping up to get the tips out starting for the new Visual…
Visual Studio defaults to a tabbed interface. But you can also run Visual Studio as a MDI (Multiple Document Interface). This option let’s you acutally have windows inside your workspace, instead of only tabbed documents. This video shows you all about it. This work is licensed under a Creative Commons license.
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…
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…