ReSharper Ultimate 2018.1 发布了。这是2018 ReSharper Ultimate系列的第一个主要版本,此版本包括大量的错误修复(基于超过260个请求)以及一系列功能和改进。
如下所示:
- C# 7.2 support has been finalized by adding the missing pieces to 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, and conditionalref
operator. Now, if your code follows the latest language version – there’s no more red code! - Navigation features improved: Go to File Member gets a new grouping for better presentation of multiple classes in a single file; Recent Files shows Go to File underneath its search results; Search Everywhere adds a Unit Test filter; and Find Usages now has a disambiguate dialog with a suggestion to look for default constructor usages.
- The code formatting engine was given a huge update – inspections and quick-fixes for formatter-related problems, including indenting, line breaks, spaces, and blank lines, can now be observed and fixed directly in the code editor.
- C# 7.x support has been improved by adding more options to code style, inspections, quick-fixes, and context actions for deconstruction and discards.
.editorconfig
file can now be used to set inspection severities for any scope: for the whole solution, for a project, or even for a specific file. Also, ReSharper now reads code style settings (Code Editing | C# | Code Style) from.editorconfig
files and extends its support for Roslyn language conventions. In addition, the inspection severity settings can be read from a project’s DotSettings file.- Value Tracking, the Introduce variable refactoring, and the
.foreach/.var
postfix template now support C# 7.x features. - In the same way that ReSharper handles Roslyn coding conventions, it will also handle StyleCop rules directly from StyleCop configuration files.
完整内容请查看更新日志。
下载地址:https://www.jetbrains.com/resharper/download/
转自 https://www.oschina.net/news/95229/resharper-ultimate-2018-1-released