Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper/StyleCop-like Visual Studio addon for C/C++

Is there any ReSharper/StyleCop-like Visual Studio addon for C/C++?

I'm using ReSharper and StyleCop addons every day. Just recently started a new project which involves C/C++ programming. I miss some features from these addons like code formatting, hints/tips to use cleaner and better code, documentation/uniform code requirements, optimizing includes and so on....

like image 321
drumsta Avatar asked Apr 06 '10 06:04

drumsta


2 Answers

Visual Assist X is pretty much the de-facto for C++ programming in Visual Studio.

like image 128
Dean Harding Avatar answered Oct 19 '22 21:10

Dean Harding


Refactor! for C++ is a free option; I haven't used it much myself, though, so I can't vouch for quality.

like image 43
tzaman Avatar answered Oct 19 '22 21:10

tzaman