Category Archives: Reviews

VSCalm extension for Visual Studio 11 Beta

VSCalm extension by Jeremy Iverson restores standard tool window titles format in VS 11 Beta IDE. It changes the ALL CAPS letters to normal title case and removes :::colon-like::: gripper bars: Remove “ALL CAPS” is the #2 request for Visual … Continue reading

Posted in Reviews | Tagged , | 5 Comments

Instant Feature Builder extension for Visual Studio 2010

Instant Feature Builder extension by Michael Lehman lets you package documentation, source code and interaction logic to run inside Visual Studio. To see how an end product may look like, you can install one of the several guides that use … Continue reading

Posted in Reviews | Tagged , | Leave a comment

EventHandler Naming extension for Visual Studio 2010

EventHandler Naming extension by Einar Egilsson lets you customize the name format for event handlers automatically generated by Visual Studio 2010. When you subscribe to a control event in the C# Windows Forms designer, Visual Studio generates a method for … Continue reading

Posted in Reviews | Tagged , | Leave a comment

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

Visual Lint static C++ code analysis adapter for Visual Studio

Visual Lint by Riverblade integrates most popular static C++ code analysis tools with Visual Studio. It supports Gimpel PC-lint, CppCheck, Google cpplint.py and Inspirel Vera++. Visual Lint lets you run these tools from Visual Studio with a single click for … Continue reading

Posted in Reviews | Tagged , , , | 2 Comments

VSColorOutput extension for Visual Studio 2010 and Visual Studio 11

VSColorOutput by Blue Onion Software simplifies large logs analysis in the Visual Studio Output window coloring important lines: For example, C++ developers often need to look at the output to find the origin of an error that involves several template … Continue reading

Posted in Reviews | Tagged , , | 2 Comments