ReSharper Releases

Released: Oct 18, 2019

Updates in 2019.2.3

Fixes

  • Lots of fixes related to the MSBuild-based project model.
  • “Override” code completion no longer touches members above the completed element.
  • Typing a single quote in code comments no longer inserts a pair of single quotes.

Released: Aug 8, 2019

Updates in 2019.2

Features

Enhanced C# support

Take full advantage of C# 8 with ReSharper’s enhanced support:

  • Supports the latest changes in indices and ranges such as indexable and rangeable types.
  • The context action Add range check now supports indexing by System.Index/System.Range and produces correct checks.
  • Supports unmanaged generic structs.
  • Two new inspections, ‘Convert switch statement to switch expression' and 'Convert chain of ternary expressions to switch expression', with a corresponding ‘Convert to...

Released: Apr 30, 2019

Updates in 2019.1

Features

Initial C# 8 support

  • Most new language features are already supported, including:
    • Ranges and index from end expressions
    • Null-coalescing assignment
    • Switch expressions
    • Tuple expression in a switch statement
    • Static local functions
    • Async streams
    • Nullable reference types
    • Recursive patterns
    • Using declarations
  • Typing assists for nullability annotations have been enhanced to support the features from the latest language version.

Support for Visual Studio 2019 RTM

  • ReSharper 2019.1 supports the...

Released: Mar 5, 2019

Updates in 2018.3.4

Fixes

  • Both ReSharper and Visual Studio code completion popups appeared at the same time.
  • The “New project” wizard was broken.

Released: Dec 18, 2018

Updates in 2018.3

Features

  • Inline parameter name hints for C# and VB.NET - This release adds parameter name hints to the code editor to make C# and VB.NET code more readable. When a literal is used in a method call ReSharper annotates it with the name of the parameter, making it much easier to understand what value it represents.
  • Visual Studio 2019 Preview 1 support - ReSharper now has early support for Visual Studio 2019 and can be integrated into Visual Studio 2019 Preview 1 build.
  • Auto-detection of formatter...

Released: Aug 21, 2018

Updates in 2018.2

Features

  • Performance improvements - 30 performance fixes across different parts of ReSharper, from speeding up EditorConfig support to decreasing solution loading times.
  • Integrated spell checking with ReSpeller
    • Scans for spelling mistakes and typos in identifiers, comments, string literals, and more, and provides quick-fixes to resolve each detected problem.
    • Comes with a built-in dictionary for English (United States). It uses a dictionary based on Hunspell, which means you can install...

Released: Apr 19, 2018

Updates in 2018.1

Features

  • Full understanding of C# 7.2 - ReSharper gets the following missing pieces to complete the puzzle:
    • non-trailing named arguments
    • private protected access modifier
    • leading underscores in numeric literals
    • in parameter
    • ref readonly returns and locals
    • readonly struct type
    • ref struct type
    • conditional ref operator
  • Navigation improvements
    • Go to File Member has a new grouping for better presentation of more than one class in a single file, and members are now sorted as they are declared in the...

Released: Dec 20, 2017

Updates in 2017.3

Features

  • Debugger features - New debugging features for Visual Studio: local variables, current line expressions, and function return values are now displayed in the editor. This provides immediate feedback during debugging sessions without leaving the code editor. ReSharper also comes with its own debugger DataTips that enable you to search for any value. Just start typing, and get search results right there and then.
  • Performance Guide - ReSharper's Performance Guide collects Visual Studio and...

Released: Sep 1, 2017

Updates in 2017.2

Features

  • .NET Core 2.0 - With ReSharper 2017.2, you can safely use your favorite code inspections, navigation actions and refactorings with .NET Core 2.0 projects. If you're a web developer, expect ReSharper to work in ASP.NET Core Razor Pages projects as well as in MVC-based web applications. ReSharper's Solution Builder now supports .NET Core projects, helping you reduce the time you spend recompiling your applications.
  • Improved C# 7.0 support
    • The switch postfix template is now available on...

Released: Apr 3, 2017

Updates in 2017.1

Features

  • Visual Studio 2017 RTM support - Full support for Visual Studio 2017 new features is finally here. You can now work with solutions loaded in a lightweight mode. When you use the Open Folder option, ReSharper sees all files in the folder and supports .xml and .js file types. Move to Folder refactoring works in this mode. ReSharper respects the current target framework context. This is set by the drop-down at the top of the editor window, and can change settings such as the assemblies...