Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 636
Alf Zimmerman Avatar asked Oct 13 '08 06:10

Alf Zimmerman


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.

Is there a free alternative to ReSharper?

Roslynator allows you to convert your C# code into more efficient C# code. That's why this is the most popular free ReSharper alternative.

Is ReSharper needed for Visual Studio 2022?

Good news! Microsoft has announced a new version of Visual Studio 2022. And of course, we will make sure that ReSharper is available for it to help you write better code. Update (December 8, 2021): ReSharper 2021.3, with support for Visual Studio 2022, is now available for download.

Does ReSharper slow down Visual Studio?

If you're running Visual Studio in a Windows virtual machine on your Mac using Parallels Desktop, ReSharper IntelliSense lists might be very slow to render.


2 Answers

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.

like image 107
Oleg Avatar answered Sep 19 '22 13:09

Oleg


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

like image 25
benPearce Avatar answered Sep 22 '22 13:09

benPearce