ReSharper C++

用于 C++ 开发的 Visual Studio 扩展。

由以下开发商制作:JetBrains
ComponentSource开始代理销售的日期:2007年

价格从: US$ 249.90 版本:2026.1.1 新增功能 更新: 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

2016.2.2 中的更新

修补程序

  • 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.