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

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