CodeRush - 执行建议的修复 - (快捷方式)
让 CodeRush 针对这种情况执行 #1 建议修复的键盘快捷键是什么? 我是否真的必须将鼠标悬停在问题上足够长的时间才能显示椭圆,然后选择一个选项?
还有办法跳到下一个问题区域吗?
What is the keyboard shortcut to get CodeRush to do the #1 suggested fix for the situation?
Do I really have to hover over the problem long enough to get the ellipse to show up and then pick a choice?
Also is there a way to jump to the next problem area?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 DevExpress 选项中(在 DevExpress > 选项下),有一个“IDE”部分和一个“快捷方式”子部分。
在那里,您可能已经在“重构”类别中为“重构”命令定义了一个键盘快捷键 - 该键盘快捷键将弹出该选择框,然后按 Enter 将选择第一个默认情况下,该对话框中的选项。
In the DevExpress options (under DevExpress > Options), there's a "IDE" section and a "shortcuts" subsection.
In there, you probably already have a keyboard shortcut defined for in the "Refactor" category for the "Refactor" command - that keyboard shortcut would bring up that selection box, and pressing Enter will then select the first option in that dialog box, by default.
如果您发现延迟,请联系[电子邮件受保护]并发送一些详细信息以寻求帮助我们重现。此外,CodeRush 不会干扰 Intellisense,但卸载其他第三方 IDE 工具已知会抑制 Intellisense,这可能就是您遇到的情况。试试这个:打开 Visual Studio 工具菜单,然后打开文本编辑器,然后打开 C#。在该选项页面上,您需要重新检查“自动列出成员”和“参数信息”以重新启用 Intellisense。
If you notice a delay contact [email protected] and send some details to help us reproduce. Also, CodeRush doesn't interfere with Intellisense, but uninstalling other third-party IDE tools has been known to suppress Intellisense and this may be what happened to you. Try this: Open up the Visual Studio Tools menu then Text Editor and then C#. On that options page you will need to recheck "Auto list members" and "Parameter information" to get Intellisense reenabled.