ReSharper のリリース

Released: Dec 15, 2016

2016.3 での更新項目

機能

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

Released: Sep 13, 2016

2016.2.2 での更新項目

不具合の修正

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

Released: Aug 25, 2016

2016.2 での更新項目

機能

  • 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,T) lets...

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

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

8.2での更新項目

  • Jasmine 2.0をサポートしたReSharper用ユニットテストランナーが、JavaScriptとTypeScriptファイルで動作するようになりました。
  • クイックドキュメンテーションの不具合が修正。
  • Xamarinがインストールされているときのレッドコード問題を修正。
  • 140以上の不具合の修正。

Released: Jul 23, 2013

Updates in this release

Version 8での更新項目

  • Visual Studio 2013のプレビュー版で動作します。
  • プロジェクトディペンデンシービューワーでソリューションの中のディベンデンシーのバードアイビューが表示用のプロジェクトディベンデンシーグラフが視覚的に確認できます。
  • プロジェクトまたはソリューション全体の範囲でパッチ修正検出コードの問題を選択してできます。未使用のディレクティブと冗長なキャストを削除する修正をサポートしています。
  • より多くのコード検出、素早い修正やアクション。
  • ファイルのテンプレートは、メインロジッククラスと拡張のためのクラス、または部分的なファイルのセットのペアを生成するための便利な複数のファイルを生成するために拡張することができます。
  • ファイル、タイプまたはメソッドの同じインプットボックスから検索できるように、ナビゲーションが改善されました。
  • フリーコマンドツールとResharperと重複コードファインダーで、CIサーバーまたはバージョンコントロールシステムを使った開発ができます。