Shortcut for "Jump to" submenu in coderush/refactor pro
Asked Answered
G

3

6

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.

Grout answered 13/7, 2009 at 21:13 Comment(0)
P
10

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.

Proudlove answered 14/7, 2009 at 23:9 Comment(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. :)Twice
F
6

I use 9.3.2 and this is now mapped by default to Ctrl + Alt + N.

Federalese answered 28/1, 2010 at 17:25 Comment(0)
I
0

You do not really need to set an extra shortcut, as this option is supported by Visual Studio. The standard shortcut is: F12.

Insertion answered 21/3, 2010 at 19:18 Comment(1)
This is not the same thing (Jump to is much more powerful). But Youre right that CR doesnt impede F12 (unlike R# in some modes!)Hearthstone

© 2022 - 2024 — McMap. All rights reserved.