Visual Studio Hacks
Tools

From the category archives:

Tools

Overview
VSTweak is a small windows application that can be used to modify a number of hard to find settings. Using this small utility you can configure dynamic help, most recent lists, command aliases, file extensions, ...

Read more...

Overview
Visual Studio provides a common interface that source contorl providers can use to write their own source control providers. This means you can use any number of source control systems through the same familiar Visual ...

Read more...

After you added a solution to source control in Visual Studio there is no easy way to completely remove the source control from that project. You can detach the project, or work in offline mode, ...

Read more...

Quickly switch between source control providers using this application that lives in your system tray. As you can see from the image above all you have to do is right-click on the tray icon and ...

Read more...

Code Snippets are a handy way to reuse pieces of code to avoid repeating repetitious work repeatedly.  Visual Studio 2003 and 2005 both enable developers to drag snippets of code onto the General Toolbox, but ...

Read more...