문제

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

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top