Similar Posts
#005 Move Tool Windows Using the keyboard
No doubt you’ve seen how Visual Studio can dock tool windows in al kids of cool patterns, floating, docked, tabbed, etc. Did you know you can grab and move these tool windows with the keyboard? [ALT]+[MINUS {-}] = Show Tool Window Move Menu [ALT]+[F6] = Toggle Forward through all open Tool Windows [CTRL]+[PgDn] = Move…
#027 Print line number from Visual Studio
Do you ever have to print your source code? If you do, and then hand that source code out at a meeting, or leave it with someone, it is **MUCH** nicer to have line numbers printed for reference. This video shows you how to accomplish line numbers on your source code prints. File | Print…
#006 Resize Tool Windows Using the keyboard
Resizing internal floating windows in Visual Studio? Easy with the mouse right. Just a simple drag-n-drop. But for you keyboard fanatics, did you know you can resize floating windows from using keyboard shortcuts? This one will win bets in a Best of Visual Studio contest. [ALT], [SPACE] = Context menu for floating window
TechEd DEV315 VSTricks – Temp Projects
Do you ever write quick and dirty “do you think this will work?” code? I do. You have an idea – open up a quick console app, write some code, and then desert it never to be seen again. I do that a couple of times a week, and my hard drive ends up littered…
#83 Search from the command line
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…
#36 Hide the outline selection margin in the Visual Studio Editor
On the topic of outlining, there is a tiny sliver of space taken up in your left margin to show the outlining. This video shows you how to turn that on or off. Personally I don’t see a reason to turn it off – BUT – I’m sure there is one. LIke maybe certain editor…



