ReSharper C++ 1.1 released

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 specifiers on a function definition and functions that can be marked as const. It also and provides quick-fixes for these inspections.