Code Rush:更改成员范围的键盘快捷键
使用 CodeRush/Refactor Pro 时,我可以使用鼠标切换上下文菜单来更改成员的范围。默认情况下,按 CRTL+' 不会切换此菜单。
有没有办法使用键盘快捷键来实现此目的?涉及 CRTL+' 的解决方案将是理想的。
When using CodeRush/Refactor Pro, I can use my mouse to toggle a context menu to change the scope of a member. By default, pressing CRTL+' doesn;t toggle this menu.
Is there anyway to achive this using a keyboard shortcut? A soltuion involving CRTL+' would be ideal.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
ALT + 向上/向下箭头
切换范围,将插入符号放在方法内或同一行上并尝试。 DevExpress 在此处提供了一个快捷方式备忘单,您可能会发现它很有用。
You can toggle the scope using
ALT + up/down arrow
Place the caret inside the method or on the same line and try it. DevExpress offers a shortcut cheat sheet here that you might find useful.