Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper for C++ [closed]

Tags:

c++

c#

resharper

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

like image 710
lital maatuk Avatar asked Feb 10 '11 06:02

lital maatuk


People also ask

Does ReSharper work with C?

ReSharper by Language: C++ C++ support includes C, C++03, C++11, C++14, C++17, C++/CLI, and partially C++20. ATL, MFC and COM projects are supported.

Does ReSharper work with Visual Studio 2022?

ReSharper 2021.3 release supports Visual Studio 2022 out-of-the-box.


2 Answers

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.
like image 109
Billy ONeal Avatar answered Oct 19 '22 19:10

Billy ONeal


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

like image 35
Shkredov S. Avatar answered Oct 19 '22 18:10

Shkredov S.