Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Top Visual Studio 2010 C/C++ Extensions [closed]

What are your must-have extensions for VS2010 development in C/C++? I'm not looking for anything related to C#, ASP.NET, etc. Just things that are related to old-fashioned C/C++ work. Or things that have universal appeal.

The two extensions I'm using right now are:

  • H3 Viewer (free, makes Help usable, sort of)
  • Visual Assist X ($$$ but worth every penny. Intellisense as it should have been. This is not a plug, I'm just a customer of theirs with a few hundred licenses.)

Anything else out there? Note to close voters: there was a similar thread 7 months ago. It's 1) outdated, 2) way too noisy. You can't "recommend" 40 extensions. 3) Generic and not related to C/C++. Resharper may be cool but I have zero interest in managed code.

like image 287
martona Avatar asked Dec 25 '10 17:12

martona


People also ask

What is the extension of C in VS code?

C/C++ for Visual Studio Code. C/C++ support for Visual Studio Code is provided by a Microsoft C/C++ extension to enable cross-platform C and C++ development on Windows, Linux, and macOS.

How do I uninstall Visual Studio extensions?

Uninstall or disable an extensionFind the extension and click Uninstall or Disable. Restart Visual Studio to unload a disabled extension. You can disable VSIX extensions but not extensions that were installed using an MSI. MSI-installed extensions can only be uninstalled.

What is Microsoft C C++ extension?

The C/C++ extension adds language support for C/C++ to Visual Studio Code, including editing (IntelliSense) and debugging features.


1 Answers

Two extensions that I've come across recently and find really useful are:

  • AnkhSVN subversion plug in for VS10.
  • CodeCompare easy to use document comparing.

Both are great to use on their own but work even better together, and best of all they're free :)

like image 199
TheRarebit Avatar answered Oct 04 '22 22:10

TheRarebit