Monthly Archives: February 2012

NCrunch continuous testing Visual Studio add-in

NCrunch by Remco Mulder intelligently executes your .NET unit tests in background and displays test results in-line with your code in the Visual Studio editor. It saves you time to run tests manually and wait for their execution. It also … Continue reading

Posted in Reviews | Tagged , , , | 1 Comment

XAML Regions extension for Visual Studio 2010

XAML Regions extension by Jacob Johnston helps you organize xaml code by grouping relevant elements and speeds up navigation by collapsing less important blocks of markup. You can create a region with two comment lines containing region/endregion keywords and then … Continue reading

Posted in Reviews | Tagged , | Leave a comment

SharpComments extension for Visual Studio 2010

SharpComments extension by Vitaly Maykovsky lets you change color and font size for individual comments in C# code with a prefix like //! or //+: Comment colors are customizable in Visual Studio options: SharpComments is a free extension, supports only … Continue reading

Posted in Reviews | Tagged , | 7 Comments

Notify Property Weaver extension for Visual Studio 2010 and Visual Studio 11

Notify Property Weaver extension by Simon Cropp automatically generates PropertyChanged notifications for your classes that implement INotifyPropertyChanged. With this extension you only need to declare properties, their implementation providing notifications on changes will be generated automatically in the binary assembly … Continue reading

Posted in Reviews | Tagged , , | Leave a comment

Rename Visual Studio Window Title extension for Visual Studio 2010

Rename Visual Studio Window Title extension by Erwin Mayer lets you add solution folder name to Visual Studio title. It can be used to distinguish solutions with the same name in different folders or branches. For example, if you have … Continue reading

Posted in Reviews | Tagged , | 3 Comments