在 CodeRush 中查找键绑定定义
如果我部署了社区插件并在 CodeRush 中设置了键绑定,那么我现在如何找到我在选项对话框/树层次结构中归档它的位置?
If I deployed a Community plugin and set up a key-binding in CodeRush, how do I now find where I filed it in the options dialog / tree hierarchy ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
打开 CodeRush 选项屏幕(从菜单中选择 DevExpress \ Options 或按 Ctrl+Shift+Alt+O),
然后找到 IDE \ Shortcuts左侧页面层次结构中的文件夹。
在快捷方式树的上方,有一个工具栏,其中包含几个在不同情况下有用的按钮。
在这种情况下,以下 2 个选项可能会有一定用处。
选项 1 - 搜索
选项 2 - 扁平化层次结构和排序。
我们建议将用户创建的绑定放置在层次结构中的自定义根文件夹中,以便轻松区分您自己的快捷方式和 CodeRush 附带的快捷方式。
这还可以简化将这些快捷方式转移到其他计算机的过程,因为这将导致所述快捷方式被放置在它们自己的文件中。
Open the CodeRush options screen (Either choose DevExpress \ Options from the menu or hit Ctrl+Shift+Alt+O)
Then locate IDE \ Shortcuts folder in the page hierarchy on the left.
Above the shortcut tree, there is a toolbar containing several buttons which are useful in different circumstances.
In this case the following 2 options may be of some use.
Option 1 - Search
Option 2 - Flatten hierarchy and sort.
We recommend placing user created bindings in a custom root folder within the hierarchy so as to easily distinguish between your own shortcuts and those shipped with CodeRush.
This can also ease transferal of these shortcuts to other machines since this will cause said shortcuts to be placed in a file of their own.
在 CodeRush 选项对话框
IDE \ 快捷方式中。
单击“查找”放大镜。
在“快捷键”选项卡上键入您绑定的命令的键绑定。
或者,在“命令”选项卡上,键入插件名称的一部分。
工作完成。
谢谢。
In the CodeRush Options Dialog
IDE \ Shortcuts.
Click the 'find' magnifying glass.
on the 'Key Shortcut' tab type the keybinding of the command you bound.
Or, on the 'command' tab, type part of the plugin name.
Job Done.
Thanks.