ReSharper for C++ [closed]

谁说胖子不能爱 提交于 2019-12-29 04:27:09

问题


I know that there is ReSharper for C# for helping to program, is there something similar for C++?


回答1:


Update: The JetBrains are working on Resharper for C++.

While not quite as good for C++ as Resharper is for C#, Whole Tomato makes a product called Visual Assist X which handles C++ and does it in a reasonably performant manner.

Developer Express also makes CodeRush, which provides more features than Visual Assist, but which is also a much harder drain on your computer, and also which occasionally makes mistakes -- most constructs using macros won't work correctly with CodeRush. Note that as of 2013-05-31, CodeRush has deprecated their C++ support.

Resharper and Visual Assist are nice to have around -- I occasionally flip on CodeRush for some of it's better refactorings, but most of the time leave it off because Visual Assist X's code completion assistance is better.

Do keep in mind that installing any such plugin requires running the IDE in Integrated Mode (rather than Isolated Mode). This means:

  • In Visual Studio 2012 or earlier you'll need a full version of Visual Studio, not one of the express editions. If you're a university student you can probably download a full copy from MSDNAA. If you're a non-university student or your university doesn't provide MSDNAA you can still download a full version from DreamSpark.
  • In Visual Studio 2013 or later you can use the "Community Edition", such as Visual Studio Community 2013.



回答2:


Public announcement of C++ support in ReSharper: http://blogs.jetbrains.com/dotnet/2013/06/resharper-to-support-c




回答3:


Visual Assist

Once you use this program, you really can't live without it. (And when I say program, I mean add-in!)




回答4:


It wholly depends on which features you were using from Resharper.

Personal experience: I've used both Resharper and Visual Assist X for at least half a year both, and in the end I went with this free package: Productivity Power Tools by Microsoft: http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/




回答5:


Visual Studio 2010 has some improvements similar to what Resharper offers. It's not as good, but there's always Lint. Also, you may be interested in any number of static analysis tools.




回答6:


Try, VisualAssist X from http://www.wholetomato.com/ This is a VS plugin with support right from VC6-VS2010 (for VC6 I would say, it is as good as ReSharper)




回答7:


JetBrains is working on C++ support for upcoming version of ReSharper.

It is currently available in closed beta.




回答8:


ReSharper for C++ is available at public EAP - http://www.jetbrains.com/resharper/features/cpp.html



来源:https://stackoverflow.com/questions/4954129/resharper-for-c

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