Archive for the ‘visual studio 2005’ Category

Visual Studio 2008 Color Schemes

It’s a shame that VS does not have a true “theme engine”, but importing/exporting settings works well enough. Here is a good link that indexes some of the better “schemes” out there:
http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx

The Command Window

The Command Window, like the Immediate Window, can be one of those tools that a developer can find to be an invaluable aid and time saver. As the name implies, the Command Window is essentially a shell into Visual Studio and provides a mechanism other than point-and-click to activate and use Visual Studio’s features.
To [...]

Visual Studio Keyboard shortcuts poster

A friend pointed me to this: Microsoft has a nice poster you can print off with all of the default keyboard shortcuts/keybindings for Visual Studio.

For Visual Studio 2005, here.

For Visual Studio 2008, here.

Extending DebuggerVisualizer — visualizing data as a graph in the debugger

Without a doubt, the debugging in Visual Studio is pretty easy to use and powerful. One aspect of it that makes it especially powerful is the ability to extend and customize it to your needs and data. Enter Debugger Visualizers...
Debugger Visualizers are the little pop-up windows that show when you click on the little magnifying [...]

Immediate Window - A forgotten tool

A tool that is integrated into Visual Studio that people often forget about is the Immediate Window. The Immediate Window will allow you to evaluate expressions while debugging. For example, rather than using the visual tool to examine the item within a collection, you can just issue a command in the Immediate Window. Such as:

Intellisense [...]

MRU Cleaner for Visual Studio 2005

http://www.csharper.net/blog/project_mru_cleaner_addin___new_for_visual_studio_2005.aspx