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

£可爱£侵袭症+ 提交于 2019-11-27 12:59:25

问题


I've seen ReSharper recommended a lot Unfortunately, it doesn't support C++ in Visual Studio. Is there anything out there you can recommend? I already use Visual Assist, and it does its job very well, but it's quite limited in comparison with ReSharper.

Any suggestions?


回答1:


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




回答2:


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.




回答3:


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.




回答4:


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



来源:https://stackoverflow.com/questions/196828/resharper-or-something-like-it-for-visual-c

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