Search code examples
keyboard-shortcutscoderush

Shortcut for "Jump to" submenu in coderush/refactor pro


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.


Solution

  • 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.