ReSharper C++

Visual Studio-Erweiterung für die C++-Entwicklung.

Veröffentlicht von JetBrains
Wird von ComponentSource seit 2007 vertrieben

Preise ab: US$ 249.90 Version: 2026.1.1 NEU Letzte Aktualisierung: Apr 27, 2026

i

New licenses for ReSharper C++ are now available as part of ReSharper. All existing, current ReSharper C++ licenses are now automatically valid for both ReSharper and ReSharper C++ products.

ReSharper C++ 2016.2 released

Released: Aug 25, 2016

Updates in 2016.2

Funktionen

  • Inline variable refactoring is now available in ReSharper C++.
  • Quick Documentation pop-up appears in ReSharper C++ 2016.2. It can display documentation from Doxygen comment blocks, and will display the symbol signature even if there is no Doxygen documentation for a symbol.
  • New code inspections and quick-fixes: There is a new code inspection that warns you about missing include guards in your header files. As a quick-fix, it lets you automatically add a #pragma once directive. Another new inspection detects a missing default case in a switch statement with a corresponding fix to add it.
  • Improved C++14 support: variable templates and decltype (auto).
  • New code style preferences for #​include directives in generated code.
  • Automatic completion in C++ can now suggest symbols that are not included in the current file. The corresponding #​include directives are added automatically.
  • You can now generate documentation comments for C++ declarators, classes and macro definitions with a context action. The comment stub can be customized by editing the ‘doc’ live template that ReSharper uses for generation.
  • New formatter settings for single-line functions and lambdas, blank lines around single line function definitions, line breaks before member initializer list, and space between closing angle brackets in template arguments (for conformance with pre-C++11 compilers).
  • Completion, usage search and rename of symbols in Doxygen comments.
  • Performance improvements in indexing and code analysis.