Archive

Posts Tagged ‘Refactor Key’

How to perform a code refactoring using IDE tools

September 7th, 2010 Comments off

There are several methods which allow you to perform a particular refactoring. Multiple methods are provided to ensure that you feel comfortable inside the Visual Studio IDE. These approaches are available:

Read more…

The CodeRush/Refactor! key (shortcut)

July 14th, 2010 2 comments

The common shortcut for invoking refactorings is the CTRL+` (backtick) key combination. This shortcut invokes the Refactor! (CodeRush) popup menu which lists all the refactorings available for the current context. Note that there are also other ways to perform a code refactoring.

On some non-English keyboards it may not work. To change the shortcut, please do the following:

Read more…