CodeRush improves Debug Visualizer

Released: Jun 5, 2014

Updates in this release

Updates in 14.1

  • CodeRush Refactorings - ForEach To Linq - Converts the foreach statement under caret to the appropriate Linq query. Remove Redundant Qualifier (remove all) - Removes all redundant 'this' or 'base' qualifiers.
  • Enhanced Refactoring - The 'Optimize namespace references' refactoring is now available in XAML.
  • CodeRush Code Providers - Implement IEquatable, Implement ISerializable and Implement IComparer code providers, allow you to add the appropriate interface members to the class under caret.
  • Enhanced Code Providers - The Declare XAML Namespace References and Declare All XAML Namespace References code providers are available even if there is no qualifier for the element under caret.
  • CodeRush Comment/Uncomment - The Comment/Uncomment feature is now available in XML like markup.
  • Debug Visualizer - Shipped with the toolbar making it easier to access main actions. The new toolbar also includes commands used to step through the code being debugged.