ReSharper Releases

Released: Aug 24, 2015

Updates in this release

Updates in 9.2

  • Visual Studio 2015 Support - ReSharper now fully integrates into Visual Studio 2015.
  • Windows 10 Applications - Support for Universal Windows Platform (UWP) application development using Windows 10 Developer Tools. In addition to understanding the structure of UWP projects, ReSharper provides code completion for API checks and supports new Windows 10 specific XAML constructs.
  • JavaScript and TypeScript Support - New support for regular expressions in TypeScript and JavaScript.

Released: Apr 16, 2015

Updates in this release

Updates in 9.1

  • Improved support for Visual Studio 2015 and .NET 4.6.
  • Better C # 6.0 support.
  • JavaScript and TypeScript support improvements including JSDoc, TypeScript 1.5 and EcmaScript 6 support.
  • New Evaluate expression context action.
  • Improved code completion.
  • Find types on NuGet.
  • New Source Templates that can be created anywhere in the code of your project.

Released: Dec 9, 2014

Updates in this release

Updates in 9

  • Support for Visual Studio 2015 Preview - ReSharper 9 integrates with Visual Studio 2015 Preview while preserving compatibility with previous releases of the Microsoft IDE including versions 2013, 2012 and 2010.
  • Support for C#6.0 - Includes support for new language constructs such as static usings and exception filters.
  • New Navigation Features - Including 'Go to Action' which allows you to search for particular actions using the Alt+Enter shortcut.
  • Regular Expressions Support - With...

Released: Mar 27, 2014

Updates in this release

Updates in 8.2

  • Jasmine 2.0 support for ReSharper’s unit test runner that now works with JavaScript and TypeScript files.
  • Quick Documentation fixes.
  • Fix for the red code problem when  Xamarin is installed.
  • 140+ other fixes.

Released: Jul 23, 2013

Updates in this release

Updates in 8

  • Works with the preview of Visual Studio 2013.
  • Project dependency viewer lets you visualize a project dependency graph for a bird's eye view of dependencies within your solution.
  • Choose to batch-fix detected code issues in the scope of a project or the whole solution. Supported fixes include removing unused directives and redundant casts.
  • More code inspections, quick-fixes and context actions.
  • File templates can now be expanded to generate more than one file, handy for generating...

Released: Nov 19, 2012

Updates in this release

Updates in 7.1

  • Jetbrains have fixed over 300 performance problems and bugs.
  • New code inspections and contract annotations for a more robust .NET code quality analysis. Sharing ReSharper code inspection results with teammates has been streamlined as well for the purposes of code review.
  • Improved tooling for .NET code maintenance including Extract Class refactoring.
  • Code formatter improvements including formatting XML document comments and chained method calls.
  • Additional code exploration features...

Released: Aug 1, 2012

Updates in this release

Updates in 7

  • Support for Visual Studio 2012 (support for color themes, asynchronous solution loading, Metro-style and WinRT application development and new Preview Tab in navigation and search)
  • Custom contract annotation attribute
  • More options to control code completion behaviour
  • JavaScript improvements
  • Unit Testing improvements (support for NUnit 2.6 and MSTest 11, support for Jasmine and PhantomJS)
  • Naming style improvements
  • Member hierarchy
  • CSS style hierarchy
  • New code inspections and quick...

Released: Jan 17, 2012

Updates in this release

Updates in 6.1

  • Async – Now supports async and await keywords, both in C# and VB.NET, as well as providing a set of related code inspections and quick-fixes
  • ReSharper SDK - Simplify development and maintenance of ReSharper plug-ins. The SDK provides a full set of ReSharper assemblies required to test ReSharper plug-ins. Visual Studio templates for creating different kinds of plug-in projects are also available with the SDK.
  • Improved management of settings - The settings engine has been revamped...

Released: Jul 6, 2011

Updates in this release

Updates in 6

  • JavaScript support - JavaScript support spans most ReSharper 6 feature groups including code inspections, navigation, refactorings, and coding assistance. Symbol and smart completion are available in JavaScript, enabling you to filter out the enormity of JS library functions.
  • ASP.NET MVC 3 Razor support - ReSharper's ASP.NET MVC feature pack is extended with support for the new Razor view engine. ReSharper brings its full power to C# code blocks in Razor views, including code...

Released: Feb 28, 2011

Updates in this release

Updates in 5.1.3

  • Live templates can now be saved one by one
  • Support for Test Projects (MSTest) re-targeted to .NET Framework 3.5
  • Now allows faster processing of large files (10,000 LOC or more.)
  • ReSharper PowerToys no longer throw exceptions
  • External source now reads PDB files in a better way
  • Bug fixes related to referencing CoreCLR assemblies from Silverlight projects, comments in VB.NET, BizTalk projects, shortcut persistence, and references to SharpSVN