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 shortcut? By default the short cut should be CTRL + '
I'm using Windows 7 Pro - German + Visual Stu开发者_如何学Godio 08 Pro - German if this is important.
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.
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"
精彩评论