ReSharper Releases

Released: Aug 21, 2018

Updates in 2018.2

Funktionen

  • 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

Funktionen

  • 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

Funktionen

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

Released: Sep 1, 2017

Updates in 2017.2

Funktionen

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

Funktionen

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

Released: Dec 15, 2016

Updates in 2016.3

Funktionen

  • Visual Studio 2017 RC initial support - At the same time, ReSharper 2016.3 continues to support Visual Studio 2010, 2012, 2013, and 2015.
  • New code generation actions for C# and VB.NET - The Generate menu (Alt+Ins in a class) is extended with 3 new actions:
    • Relational members helps you automatically overload relational operators (>, <, ≥, ≤) and/or implement IComparable and IComparable<T> using selected fields and properties.
    • Relational comparer creates a comparer class...

Released: Sep 13, 2016

Updates in 2016.2.2

Fehlerkorrekturen

  • Regression: Complete Nullable<T> statement is broken.
  • TypeScript import doesn't find library folder prefixed with @.
  • Messed up code after inserting source template.
  • 'Cancel' button does not cancel the snapshot uploading process.
  • 'RunTests' in type '[...].UnitTestRunner.nUnit26.BuiltInNUnitRunner' from [...] does not have an implementation.
  • Resharper crashes Visual Studio 2015 when editing TypeScript file.
  • Angular2 imports are not not properly resolved.
  • Regex: invalid...

Released: Aug 25, 2016

Updates in 2016.2

Funktionen

  • Support for ASP​.NET Core 1.0 and .NET Core 1.0 projects, which means that ReSharper now correctly resolves project references and provides its core set of features (code inspections, code completion, navigation, search and refactorings) in projects of this type.
  • Structural navigation with Tab, a new feature that lets you use Tab and Shift+Tab to quickly move the text selection to the next or previous code element without having to use the cursor keys.
  • Go to Text navigation (Ctrl+T, T...

Released: Apr 21, 2016

Updates in this release

Updates in 2016.1

ReSharper

  • Added a variety of new context actions including new Alt+Enter actions to check method input parameters, manipulate strings, convert strings to objects, comment and uncomment code selections, and many more.
  • A new Invert Boolean Member refactoring. The refactoring can be invoked on a method, property, local variable or a parameter to invert the boolean value it returns and update other members that receive values from it.
  • Smart Paste feature ensures correct escaping in...

Released: Nov 4, 2015

Updates in this release

Updates in 10

  • ReSharper Build - An out-of-process incremental build tool that can take advantage of multiple processes, visualize project build status and is optimized for large solutions with lots of dependencies.
  • Usage-aware Go to declaration - ReSharper 10 extends the functionality of the Go to declaration (as well as Ctrl+click) so that you can also use a shortcut to look up usages.
  • Support for Google Protocol Buffers - Now provides proper IDE support for .proto files. This includes syntax...