ReSharper C++ 2016.2

Adds inline variable refactoring, plus improved C++14 support.
8月 30, 2016
新版本

特性

  • 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.
ReSharper C++

ReSharper C++

用於 C++ 開發的 Visual Studio 擴展。

有任何疑問嗎?

Live Chat現在與我們的JetBrains 專家即時聊天詢問。