views:

262

answers:

2

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....

+8  A: 

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

Dean Harding
+1  A: 

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

tzaman
@tzaman, please verify the link.
Thomas Matthews
Oh, double-pasted by mistake. Fixed; thanks.
tzaman