CodeRush XPress |代码 Intelliassist 快捷方式
我已经安装了 coderush 并想重构我的代码。我也尝试做一些他们在介绍视频中所做的事情。但我进入 coderush intelliassist 的唯一方法是编辑器中的右键单击上下文菜单。
你能帮我更改一下快捷方式吗?默认情况下,快捷方式应为 CTRL + '
我正在使用 Windows 7 Pro - 德语 + Visual Studio 08 Pro - 德语(如果这很重要)。
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 Studio 08 Pro - German if this is important.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Coderush XPress,默认情况下重构快捷键不绑定到按键!
您必须手动为其添加快捷方式(CTRL + SHIFT + ALT + O,IDE,快捷方式,添加新的)
另外一个好的设置是在编辑器 -> 智能标签 -> 中使用 DXCore 智能标签,以便您知道 VS 何时有重构或帮助 (CTRL + . ),例如导入,或者 Coderush 何时有。
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.
我认为默认值是 CTRL + ` (反引号),但您可以按如下方式更改它...
转到
DevExpress ->选项
(CTRL + SHIFT + ALT + O)然后选择IDE,然后在快捷方式左侧窗格。单击选项窗口顶部的搜索按钮,选择“命令”选项卡,然后查找“重构”
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"