Shortcut for "Jump to" submenu in coderush/refactor pro
coderush, keyboard-shortcuts
Solution
You can create your own shortcut as follows:
- Open the CodeRush options window (DevExpress > Options...)
- Select the IDE > Shortcuts item in the treeview
- Create a new shortcut (the "A*" icon in the toolbar)
- Specify a new shortcut key (I used Ctrl + Alt + J)
- Make sure the "Enabled" checkbox is checked
- Change the command to "Navigate"
- 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.
Problem
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.