Tag Archives: Visual Studio extensions

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

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

Code Jumper extension for Visual Studio 2010 review

Code Jumper by Productive Joe streamlines navigation within a code file listing all methods and properties in a document to a side of the Visual Studio editor. You can navigate to any declaration with a single click in the list: … Continue reading

Posted in Reviews | Tagged , | Leave a comment

Inheritance Margin extension for Visual Studio 2010 review

Inheritance Margin by Sam Harwell adds special glyphs to virtual methods and properties in the Visual Studio 2010 editor. For interface methods it adds the I glyph and for virtual methods it adds the O glyph: When you hover the … Continue reading

Posted in Reviews | Tagged , | Leave a comment

Text Sharp and Favorite Documents support for Visual Studio 11

If you run Visual Studio 11 Developer Preview, you can now install the Text Sharp and Favorite Documents extensions for it as I’ve updated them to support both Visual Studio 2010 and Visual Studio 11. BTW, Tabs Studio also supports … Continue reading

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

Publishing Visual Studio extensions with Visual Studio 2010 and Visual Studio 11 support

Out of the box Visual Studio 2010 supports extensions development only for VS 2010 and Visual Studio 11 supports extensions development only for VS 11. If your Visual Studio extension supports both VS 2010/VS 11 and doesn’t contain much version … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Favorite Documents v1.3 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. Favorite Documents v1.3 adds the ability … Continue reading

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

ZenCoding extension for Visual Studio 2010 review

ZenCoding extension for Visual Studio 2010 speeds up HTML coding expanding short Zen commands into full-fledged HTML code. For example, to create a 2*3 table in HTML you type “table>(tr>td*3)*2” and press expand: <table> <tr> <td></td> <td></td> <td></td> </tr> <tr> … Continue reading

Posted in Reviews | Tagged , | 2 Comments