ReSharper のリリース
Released: Dec 18, 2018
2018.3 での更新項目
機能
- Inline parameter name hints for C# and VB.NET - This release adds parameter name hints to the code editor to make C# and VB.NET code more readable. When a literal is used in a method call ReSharper annotates it with the name of the parameter, making it much easier to understand what value it represents.
- Visual Studio 2019 Preview 1 support - ReSharper now has early support for Visual Studio 2019 and can be integrated into Visual Studio 2019 Preview 1 build.
- Auto-detection of formatter...
Released: Aug 21, 2018
2018.2 での更新項目
機能
- 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 additional...
Released: Apr 19, 2018
2018.1 での更新項目
機能
- 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 file...
Released: Dec 20, 2017
2017.3 での更新項目
機能
- 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 and...
Released: Sep 1, 2017
2017.2 での更新項目
機能
- .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
2017.1 での更新項目
機能
- 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 being...
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...