Similar Posts
#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…
#90 Create a command alias
To create an alias, open up the Command Window (or anywhere you can type in VS commands) and type in something along the lines of alias GobblesGobblesGobbles help.about and now running GobblesGobblesGobbles from the VS command window will pop up the Help About menu. I will award bonus points if you can figure out the…
#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…
#51 How to cycle through the clipboard ring to paste different items?
You can cycle through the past 20 items you’ve either cut or copied onto the clipboard via Ctrl+Shift+V. Pretty cool, huh? As an added bonus for users of Visual Studio 2005, on the View menu, there is the option to view your Clipboard ring, which shows up as a list in your Toolbox. That visual…
#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
#37 How to work with Tile Horizontal and Vertical Windows in Visual Studio
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.



