用于查看/应用可用重构的键盘快捷键
我刚刚安装了 CodeRush Express,想知道是否有任何键盘快捷键用于查看/应用可用的重构。目前,我必须单击小下划线/下划线才能获得可用的重构。
I just installed CodeRush Express and was wondering is there any keyboard shortcut for viewing/applying available refactorings. Currently I have to click on the small underline/underscore to get the available refactorings.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该下拉菜单的一般快捷方式为 Ctrl + .(control + 句号)。
即使未安装 CodeRush,也适用于 VS。
对于 CodeRush 来说,还有 Ctrl + '(Control + 撇号),它将显示重构列表(无需等待下划线出现),或者在以下情况下应用重构:只有一个可用。
编辑:对于英国键盘,CodeRush 的快捷方式是 Ctrl + ',但是(我认为)Ctrl + `对于美国键盘。
The general shortcut for that dropdown in Ctrl + . (control + full stop).
Works for VS even when CodeRush is not installed.
Also for CodeRush is Ctrl + ' (Control + apostrophe) which will either show the refactoring list (without having to wait for the underscore to appear), or apply the refactoring if there is only one available.
EDIT: The shortcut for CodeRush is Ctrl + ' for UK keyboards, but (I think) Ctrl + ` for US keyboards.
尝试按 Ctrl+Shift+Alt+O,这将打开 CodeRush Express 的选项对话框,其中您可以找到键盘快捷键。
如果我没记错的话,用于重构的 CR Express 快捷方式默认为英文键盘上的反引号键。
我个人将其绑定到 Alt+Enter。
Try hitting Ctrl+Shift+Alt+O, which will bring up the options dialog for CodeRush Express, where you can find the keyboard shortcuts.
If I'm not mistaken, the CR Express shortcut for refactoring defaults to the backtick key on english keyboards.
Personally I have bound it to Alt+Enter.