ReSharper (or something like it) for Visual C++? [closed]

感情迁移 提交于 2019-11-28 20:33:24

Refactor Pro is available for Visual C++, this will give you some functionality. Also check out CodeRush, I think it also supports C++.

Oleg

IMHO - Visual Assist X is best but expensive code completion/refactoring tool for C++. VAX has not so much features as ReSharper for C#, but it makes your C++ programming easier and faster... Just looked on CodeRush - it su%% as most of DevExpress libs & tools.

I tried both Refactor Pro and Visual Assist/X. Neither of them thrilled me in the same way that ReSharper does. I guess that mostly, this is because C++ is such a hard language to write automatic refactorings for.

The solution is to code in Eclipse or NetBeans, but such IDEs are not Visual Studio.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!