5

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

drumsta
  • 1,336
  • 2
  • 16
  • 27
  • 1
    Duplicate of http://stackoverflow.com/questions/3882280/is-there-a-resharper-like-tool-for-c-projects and of http://stackoverflow.com/questions/196828/resharper-or-something-like-it-for-visual-c and of http://stackoverflow.com/questions/1068718/resharper-for-c-c – Ignacio Soler Garcia Jan 28 '11 at 11:14

2 Answers2

10

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

Dean Harding
  • 71,468
  • 13
  • 145
  • 180
2

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

tzaman
  • 46,925
  • 11
  • 90
  • 115