views:

253

answers:

2

Hi, I've installed coderush and wanted to refactor my code. I also tried to do some things they did in the introduction video. But the only way I get into the coderush intelliassist is the right-click context menu in the editor. Can you help me to change the short cut? By default the short cut should be CTRL + '

I'm using Windows 7 Pro - German + Visual Studio 08 Pro - German if this is important.

Cheers

+2  A: 

I think the default is CTRL+` (backtick) but you can change it as follows...

Go to DevExpress -> Options (CTRL + SHIFT + ALT + O) Then select IDE, and then shortcuts in the left hand pane.

Click the search biutton at the top of the option window, select the "Command" tab, and look for "Refactor"

ZombieSheep
EDIT: Thank you!!! The Refactor command was the right one!!! :D
nhu
+3  A: 

With Coderush XPress, the Refactor shortcut is NOT BOUND to a key by default! You Have to add a shortcut for it manually (CTRL + SHIFT + ALT + O, IDE, Shortcuts, Add New)

Also a good setting is in Editor->Smart Tags -> Use DXCore smart tags, so that you know, when VS has a refactoring or help (CTRL + . ) e.g. Imports, or when Coderush has.

HumerGu
Bug or feature? Seems a bit odd as the video tutorial makes a very big deal of this shortcut.
themaninthesuitcase