-
RSS
Tag Cloud
Archives
- May 2025 (1)
- November 2024 (3)
- June 2024 (1)
- July 2023 (1)
- 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)
Category Archives: Reviews
ReSharper C++
JetBrains last month released ReSharper C++ – a Visual Studio extension offering refactoring, navigation, code inspection, quick-fixes and code generation for C++ developers. It doesn’t support C++/CLI and thus of no help for my projects, but for pure native C++ … Continue reading
Macros for Visual Studio 2013
Visual Studio Platform Team has released the Macros for Visual Studio 2013 extension for VS 2013 to record, edit and execute text editing commands and window operations. You can open the new Macro Explorer tool window from the Tools – … Continue reading
Visual Studio code formatting options per solution, directory and file
Visual Studio supports only one global set of code formatting options. If you work on several projects/solutions with different formatting styles, you need to change global text formatting options each time you change projects: If you work on a small … Continue reading
C++ Rename refactoring for Visual Studio 2013
Visual C++ Refactoring extension by Microsoft Visual C++ team lets you rename symbols in C++ code, automatically changing the declaration and all references: You select a symbol in code, invoke Refactor – Rename, enter a new name, preview and select … Continue reading
Productivity Power Tools 2013 released
Microsoft has updated their popular extensions pack Productivity Power Tools for Visual Studio 2013. One interesting new feature they have added is Solution Explorer Errors. It shows error, warning, and message squiggles in the Solution Explorer window and hovering over … Continue reading
Format C++ code intelligently in Visual Studio with clang-format
Two month ago in GoingNative 2013 Chandler Carruth demonstrated a new tool clang-format to automatically format C++ code. The whole talk is excellent, but if you just interested in formatting watch between 24 and 32 minutes. For Visual Studio users … Continue reading
Posted in Reviews
Tagged C++, Visual Studio 2012, Visual Studio extensions, Visual Studio tools
2 Comments
Add images to your code in Visual Studio with the ImageComments extension
ImageComments extension by Luke McQuade lets you show images among code in Visual Studio 2010/2012: To add an image you add the specially formatted image comment to your code, like /// <image url=”X:\Path\To\Image.ext” scale=”Y” />. After that the image is … Continue reading
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
WoVS Quick Add Reference extension for Visual Studio 2010
Quick Add Reference extension by Clarius Consulting lets you quickly add a missing reference for a type in C# code. When you use a new type and Visual Studio 2010 asks are you missing an assembly reference, in the correction … Continue reading
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 Visual Studio 2010, Visual Studio 2012, Visual Studio extensions
Leave a comment
