Similar Posts
#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…
#64 Keyboard Shortcut to Display Quick Info Tooltip
As you mouse over a method in the Editor, a nice tooltip (as seen in the image below) is displayed for you showing you general information about the method, parameters, overloads, possible exceptions, and other documentation pulled from the meta data about the method (including your custom comments/documentation). This video shows you how to enable…
#029 Print the file name on Visual Studio Source code prints
Ever see a random printed page of source code and wonder where it came from? Print the file name in the header to eliminate this from ever happening to you. This video shows you where to setup Visual Studio to print the header.
TechEd DEV315 VSTricks – New Projects
In Visual Studio past, creating a new project or solution was harder than it is today with 2010. The reasons are numerous, but the biggest time saver is New Project Type filtering. Need a console app? Just start typing “cons” and the list of all possible project types on your system are displayed. You can…
#75 Use wildcards and regular expressions while searching
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…
TechEd DEV315 VSTricks – Navigation
In the real world, or Visual Studio solutions are big. Multi Projects. Lots of Code. Lots of Files, Classes, etc. This new #VS2010 feature may be the most friendly new feature, and the largest time saving feature you learn. Better, Faster Navigation. Have something in your head you want to get? A File? A Method?…



