views:

65

answers:

1

I've been using CodeRush with Refactor! Pro for a while, but I'm considering moving to ReSharper.

Once I uninstalled CodeRush, I immediately began to miss some key features, including:

  • navigating references using the Tab key,
  • renaming variables, methods, etc. with the F2 key,
  • basic refactorings such as Extract Method, etc.

I'm sure corresponding features exist in ReSharper. But, aside from having to look through the ReSharper online documentation each and every time I find myself missing something, has anybody built a correspondence table of keyboard shortcuts, etc., to key features in common to each? Or, if you've used both products yourself, could you share some basic equivalents you're aware of?

Note: this question is not being asked to debate which is better. I like CodeRush, but I'd like to know first hand if I'd like ReSharper more. Getting up to speed with ReSharper quickly will help me assess it fairly. For the which-is-better debate, please refer to the question ReSharper vs. CodeRush.

+3  A: 

This community plugin is typically useful for R#r users transitioning to CodeRush -> http://code.google.com/p/dxcorecommunityplugins/wiki/CR_ReSharperCompatibility

Rory Becker
+1 thanks. The image there covers some of the key features and has the ReSharper equivalent I'm looking for.
Chris W. Rea