CodeRush for Roslyn 17.2.6

Released: Feb 15, 2018

Mises à jour de 17.2.6

Fonctionnalités

  • Smart Duplicate Selection - This feature makes creating structurally-similar code significantly easier and orders of magnitude faster. Select the code you want to duplicate and instead of copying anything to the clipboard, just press Shift + Enter to duplicate the selection. SDS duplicates the selection, placing text fields around the code - parts likely to change in the duplication.
  • Code Formatting - The new Simple Wrap option allows you to wrap only those line parts that exceed the margin, performing non-greedy wrapping and adding a minimal number of line breaks.
  • Unit Testing - You can now run unit tests under SciTech Software’s .NET Memory Profiler. If this third-party product is installed, you can use the Run Under Memory Profiler option to run tests designed to identify memory leaks and other memory usage issues.
  • Code Analysis - CodeRush Analyzers now appear in the Code Issues Catalog. You can use this options page for the following tasks:
  • Enable/disable specific Code Issues.
  • Add/remove Code Issues to/from Visual Studio's background analysis.
  • Specify the severity of each Code Issue.
  • Region Creation - Use the Ctrl+3 shortcut to create a region around the current member or selection instantly.
  • C# 7 Syntax Support - CodeRush now supports С# 7 syntax in features that generate exception-throwing statements (like Throw Exceptions Contract).