CodeRush 12.1 released

Released: Jun 15, 2012

Updates in this release

Updates in 12.1

  • Settings Schemes - Create different sets of options and switch between them when needed
  • FrictionFree Mode - This release introduces a FrictionFree mode for users who want CodeRush to leave standard Visual Studio behavior unchanged
  • Consolidation Enhancements - Modify consolidation options via the Editor|Code Analysis|Code Consolidation options page
  • Unit Test Runner Enhancements - CodeRush allows you to avoid building a project each time you perform unit tests
  • CodeRush Keyboard Mapping Window - If you do not remember a shortcut for the CodeRush action you want to execute, press CTRL+ALT+/ to open the CodeRush Keyboard Mapping window
  • Clear Solution Cache - Clear the current solution cache with a single click
  • Open Files Hotbar - Shows how long ago a file was edited
  • Click Identifier Code Preview - When you place the mouse pointer over an identifier with CTRL pressed, CodeRush shows a Code Preview hint with the identifier declaration code
  • Smart Constructor Changes - Select or deselect all list items suggested for initialization within a new constructor
  • Code Issues Window Changes - Quickly collapse or expand all nodes of the Code Issues tree
  • Spell Checker Tool Window - Check the spelling of your entire solution and view the results in a window
  • Message Log Changes - Open previously saved log files in the Messages tool window
  • Add Default Case Branch - Add a default case branch to the current switch statement
  • Add Missing Case Statements - Add case statements for all uncovered cases to the current switch statement
  • New Refactoring - Consolidate two numeric parameters called "width" and "height" into a single size object