ReSharper C++

Extension de Visual Studio pour le développement C++.

Publié par JetBrains
Distribué par ComponentSource depuis 2007

Prix à partir de : US$ 249.90 Version : 2026.1.1 NOUVEAU Mise à jour : 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.2 released

Released: Sep 13, 2016

Mises à jour de 2016.2.2

Correctifs

  • Typing assist breaks indentation when writing enumerators.
  • Delegating constructors are not in completion list.
  • Search domain for doxygen searcher leads to long find usages.
  • Alias declaration symbols are not handled by type aliases cache.
  • "Space after <token>" formatter options do not check if the token came from a macro substitution.
  • Completion for return inside constructors.
  • Stringize operator does not work if the name of the macro parameter coincides with a directive.
  • Typing assist doesn't indent in macro.
  • Invalid redefinition error with inheriting constructors.
  • Quickfix for 'don't return value by const' can break code.
  • Member function calls should not be shown as possible usages of a global function.
  • Document action does not work when the target declaration starts with a macro call.
  • Check if space is required after \f$ in doxygen comments.
  • Invalid 'Expected command \endcode'.
  • Quick Doc does not support \b (for bold font).
  • Generating stream output operators doesn't add <ostream> include.
  • Issues with macroed "new" operator.
  • Raw string literals parsed incorrectly.
  • "Access rights" option for the constructor generator.
  • False positive "Default case is not handled in switch statement".
  • Invalid rename 'possible usage' in dependent code.
  • Exceptions in daemon on switch.
  • R# incorrectly reports an error on unitialized virtual base class.
  • No completion within BOOST_STATIC_ASSERT at global scope.
  • Bad placement of parser error.
  • Deprecated highlighting message does not match the one from compiler.