-
RSS
Tag Cloud
Archives
- November 2021 (2)
- October 2021 (1)
- September 2021 (2)
- August 2021 (5)
- July 2021 (5)
- June 2021 (1)
- September 2020 (1)
- December 2019 (2)
- November 2019 (2)
- October 2019 (2)
- September 2019 (2)
- July 2019 (1)
- May 2019 (5)
- April 2019 (9)
- March 2019 (6)
- February 2019 (1)
- January 2019 (6)
- December 2018 (4)
- November 2018 (3)
- October 2018 (1)
- August 2018 (1)
- July 2018 (1)
- January 2018 (1)
- September 2017 (3)
- August 2017 (1)
- July 2017 (1)
- June 2017 (3)
- May 2017 (3)
- April 2017 (2)
- March 2017 (1)
- February 2017 (1)
- January 2017 (10)
- November 2016 (1)
- September 2016 (1)
- August 2016 (5)
- July 2016 (1)
- June 2016 (2)
- May 2016 (4)
- April 2016 (2)
- March 2016 (2)
- December 2015 (4)
- November 2015 (3)
- October 2015 (2)
- September 2015 (1)
- August 2015 (2)
- July 2015 (2)
- June 2015 (5)
- May 2015 (4)
- March 2015 (1)
- February 2015 (1)
- December 2014 (1)
- November 2014 (2)
- October 2014 (2)
- August 2014 (1)
- June 2014 (1)
- May 2014 (1)
- March 2014 (1)
- February 2014 (1)
- January 2014 (2)
- December 2013 (7)
- November 2013 (7)
- October 2013 (12)
- September 2013 (2)
- August 2013 (1)
- July 2013 (1)
- June 2013 (1)
- December 2012 (1)
- November 2012 (2)
- September 2012 (3)
- June 2012 (1)
- May 2012 (1)
- April 2012 (2)
- March 2012 (4)
- February 2012 (5)
- January 2012 (5)
- December 2011 (8)
- November 2011 (2)
- October 2011 (2)
Links
Monthly Archives: December 2011
PVS-Studio C++ static code analyzer tool for Visual Studio review
PVS-Studio by “Program Verification Systems” finds errors in your C++ code statically analyzing files in a Visual Studio solution. Static analysis tools are a long term investment of time and money in code quality. They can find certain kinds of … Continue reading
Posted in Reviews
Tagged C++, Visual Studio 2008, Visual Studio 2010, Visual Studio tools
2 Comments
BugAid tool for Visual Studio review
BugAid by Omer Raviv and Vitaly Belman helps you visualize, search and compare live objects data when debugging a C# application in Visual Studio 2008 and Visual Studio 2010. In the QuickWatch window or in a popup when you hover … Continue reading
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
Tabs Studio v2.6.0 released
Tabs Studio is a Visual Studio add-in empowering you to work comfortably with any number of open documents. See what’s new in v2.6.0. Download the installer.
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
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 Visual Studio 2010, Visual Studio 2012, Visual Studio extensions
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
Shark Compiler Control for Visual Studio review
Shark Compiler Control by Sören Kewenig speeds up C++ compilation in Visual Studio 2010, 2008 and 2005 using multiple processor cores. It works similar to the /MP switch, but with less restrictions and more convenient control. Visual Studio has built-in … Continue reading
Posted in Reviews
Tagged C++, Visual Studio 2008, Visual Studio 2010, Visual Studio tools
Leave a comment