vote up 1 vote down star
2

Is it possible to set a shortcut for the "Jump to" submenu that shows up when I right click on a method(could be a class, interface etc...) with coderush/refactor pro installed?

I'm using version 3.23 of DXCore, CodeRush and Refactor! Pro, with VS 2008.

flag

57% accept rate

1 Answer

vote up 1 vote down check

You can create your own shortcut as follows:

  1. Open the CodeRush options window (DevExpress > Options...)
  2. Select the IDE > Shortcuts item in the treeview
  3. Create a new shortcut (the "A*" icon in the toolbar)
  4. Specify a new shortcut key (I used Ctrl-Alt-J)
  5. Make sure the "Enabled" checkbox is checked
  6. Change the command to "Navigate"
  7. Click OK... job done!

You could probably restrict the scope of the command (with the "Use" treeview), but I haven't really found a need.

link|flag
1  
FWIW I use Alt+`=CodeRushTrainingWindowToggle, Alt+1=Refactor and Alt+2=Navigate (listed above). All nice and easy to reach given how close they are to Alt+Tab. :) – Rory Becker Jul 29 at 11:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.