ReSharper C++ のリリース

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

Released: Aug 25, 2016

2016.2 での更新項目

機能

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

Released: Apr 21, 2016

Updates in this release

Updates in 2016.1

  • New To-do Explorer. ReSharper C++ 2016.1 introduces the long-awaited navigation view, which lets you view, group and filter comments that contain one of the 3 default to-do patterns (Bug, Todo and Not Implemented) and any custom patterns that you might want to set up.
  • New context actions and quick-fixes. ReSharper C++ 2016.1 comes with quick-fixes to change variable type, function return type, type of unmatched out of class definition or declaration. Another new quick-fix lets...

Released: Nov 4, 2015

Updates in this release

Updates in 10

  • Improved C Support - Now includes full support for C99, including designated initializers. It also works with all C11 features that are supported in Visual Studio.
  • Navigation Improvements - You can now use a single shortcut (or Ctrl+click) to switch from declaration to definition or to look for usages.
  • Code Generation Improvements - Generate definitions for a function inline by specifying the corresponding option in the Generate dialog.
  • New Context Actions - New action to create a...

Released: Aug 24, 2015

Updates in this release

Updates in 1.1

  • Support for Visual Studio 2015, C++11 and C++14 - ReSharper C++ 1.1 now integrates into Visual Studio 2015 and understands more C++11 and C++14 language features including digit separators, inline namespaces, binary literals and the restrict keyword.
  • Unit Testing with Google Test - You can now run and debug unit tests, as well as add tests to different sessions, right from the text editor.
  • New Code Inspections and Quick-fixes - Detect implemented inline functions, redundant inline...