Tag Archives: Visual Studio 2012

Tabs Studio v2.8.2 released

Tabs Studio is a Visual Studio and SSMS add-in empowering you to work comfortably with any number of open documents. v2.8.2 adds support for Visual Studio 2012 RTM. See the full what’s new list. Download the installer.

Posted in Vlasov Studio tools | Tagged , , , | Leave a comment

Tabs Studio v2.8.0 released

Tabs Studio is a Visual Studio and SSMS add-in empowering you to work comfortably with any number of open documents. v2.8.0 adds support for Visual Studio 2012 RC. See the full what’s new list. Download the installer.

Posted in Vlasov Studio tools | Tagged , , , | Leave a comment

Workspace Reloader extension for Visual Studio 2010 and Visual Studio 11

Workspace Reloader extension by Scott Hanselman preserves open documents in Visual Studio when a project is reloaded. When a project in your current solution is changed, typically after an update from a source code repository, Visual Studio asks to reload … Continue reading

Posted in Reviews | Tagged , , | 1 Comment

Tabs Studio v2.7.2 released

Tabs Studio is a Visual Studio and SSMS add-in empowering you to work comfortably with any number of open documents. v2.7.2 adds support for Visual Studio 11 Beta and SQL Server 2012 Management Studio. See the full what’s new list. … Continue reading

Posted in Vlasov Studio tools | Tagged , , , | Leave a comment

Find in Solution Explorer extension for Visual Studio 2010 and Visual Studio 11

Find in Solution Explorer extension by Sam Harwell lets you quickly locate the open document in Solution Explorer. It adds the Find In Solution Explorer tab context menu command that selects the current document in Solution Explorer: This functionality is … Continue reading

Posted in Reviews | Tagged , , | Leave a comment

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

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

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

Favorite Documents v1.5 released

Favorite Documents is a free extension that lets you create links to frequently used code files and then quickly open them as a group or individually from the Favorites menu in Visual Studio 2010/11. Favorite Documents v1.5 adds the abilities … Continue reading

Posted in Vlasov Studio tools | Tagged , , | Leave a comment

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