CodeRush のリリース

Released: Apr 19, 2022

21.2.9 での更新項目

機能

Code Analysis

  • XAML Diagnostics for DevExpress WPF Components - The Code Analysis Engine can now check XAML code for DevExpress control usage issues, helping customers follow best practices with modern code. This release includes diagnostics for the following issues and legacy practices:
    • Legacy drag-and-drop - Drag-and-Drop Managers are a legacy way to enable drag-and-drop. Set the 'DataViewBase.AllowDragDrop' property to 'true' instead.
    • ColumnBase.EditTemplate is used - The 'EditTemplate'...

Released: Feb 24, 2022

21.2.8 での更新項目

不具合の修正

  • IntelliRush - IntelliSense does not work in Microsoft Visual Studio 2019 after an update if IntelliRush is enabled.
  • Breaking Change - The Ctrl+B shortcut has been removed from the 'Paste Replace Word' command.

Released: Feb 17, 2022

21.2.7 での更新項目

機能

  • Code Providers - Create Descendant - Create Descendant creates a descendant class or record with necessary constructors and selected overrides (choose among non-overridden abstract and virtual members declared in the ancestor classes or records).

不具合の修正

  • Code Cleanup - Code Cleanup removes a comment in a file-scoped namespace.
  • General - The "Preview Changes" link is shown instead of the "Import Namespace" code action in the Visual Studio's Light Bulb menu.
  • Navigation - The "Ctrl+P" shortcut...

Released: Jan 19, 2022

21.2.6 での更新項目

機能

Code Cleanup

  • Added file-scoped Namespace style support for C# 10 in code cleanup - You can now apply Microsoft Visual Studio namespace declaration preferences and corresponding settings from your .editorconfig file in code cleanup. This setting specifies file-scoped or block-scoped namespace body styles for C# 10. To apply the namespace declarations style to your code during cleanup, enable the "Apply namespace declaration style" code cleanup rule on the Editor | C# | Code Cleanup options...

Released: Dec 15, 2021

21.2.5 での更新項目

機能

File-scoped Namespace Declaration Support for C# 10

  • The following refactorings can now be used in C# projects containing file-scoped namespace declarations:
    • Sync Namespace with Folder Structure.
    • Move File to Folder.
    • Move Type to Namespace.
    • Move Type to File.
    • Declare Partial Class Part.
    • Declare Partial Record Part.
    • Extract Interface.
  • Updated the CodeRush formatting engine to support the new C# 10 namespace declaration style as well as C# 10's new global using directives feature.

Sync Namespace...

Released: Nov 11, 2021

21.2.4 での更新項目

不具合の修正

  • Performance - Debug Visualizer causes slowdowns when the availability of the "Step Into Member" toolbar action is checked.
  • Refactorings - "Remove Unused Parameter" does not update references outside the Visual Basic source file.
  • Show Color - Visual Studio crashes when named colors are used with an alpha channel.

Released: Nov 5, 2021

21.2.3 での更新項目

不具合の修正

  • Code Cleanup - Code Cleanup is not applied if the "Apply on Save" option is enabled.
  • Code View - "Structural Highlighting" does not support namespace prefixed tag names from the XHTML standard.
  • Formatting - An XML document comment is incorrectly indented if a member is wrapped in directives.
  • Navigation - "Jump to Symbol" does not work in Visual Studio 2022 17.0 Preview 5.
  • Performance - The "CodeRush is slow typing" hint is shown when using the Naming Assistant.
  • Refactoring - "Move All...

Released: Nov 1, 2021

21.2 での更新項目

機能

Microsoft Visual Studio 2022 Support

  • CodeRush now installs and runs in Visual Studio 2022. You can use one of the following ways to add the CodeRush extension to Visual Studio 2022:
    • Visual Studio Marketplace - Download the "CodeRush for VS 2022" extension from the Visual Studio Manage Extensions window and run the VSIX installer to install CodeRush.
    • Download Manager - If you already have a CodeRush subscription, you can download a registered version using the DevExpress Download Manager and...

Released: Oct 6, 2021

21.1.8 での更新項目

機能

  • Refactorings - Move File to Folder - Added a "Move File to Folder" refactoring port from CodeRush Classic. This refactoring moves a file to a folder matching the current namespace. If a corresponding folder does not exist in the solution, this refactoring will create one.
  • Unit Test Runner - The Unit Test Runner now displays expected and actual test run results with white space and line breaks in a tabular format for Microsoft .NET Core projects.

不具合の修正

  • Code Declaration - The "Declare Local...

Released: Sep 8, 2021

21.1.7 での更新項目

機能

  • Added new "Move All Types to Files" refactoring - With the new refactoring, you can now move all types (or only selected types) contained in one file into new separate files (one file per type). Each file will have the same name as the type it contains.

不具合の修正

  • Formatting - Code becomes commented when processing single line comments inside object initializers and LINQ expressions.
  • Formatting - Comments in the array initializer break code after formatting.
  • Navigation - "Tab to Next Reference...