如何在 CodeRush 中跳转到类定义
刚刚下载了 CodeRush 试用版,但我无法轻松找到我真正想要的一项功能。 我希望能够开始输入类名并跳转到其定义,有点像快速导航器,但我希望它能够在我的解决方案中的封闭文件以及打开文件中进行搜索。 我知道 R# 有这种能力,我想 CodeRush 也有。
Just downloaded the CodeRush trial version and I can't easily find the one feature that I really wanted. I would like to be able to start typing a class name and to jump to its definition, sort of like the quick navigator but I want it to search in closed files within my solution as well as open ones. I know R# has that ability, I assume CodeRush does too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
1) Ctrl + Shift + Q(这将打开快速导航)
2) 开始输入类型、变量等的名称 <
3) 当目标显示在列表顶部时,按 Enter 键进行选择
如果范围尚未设置为“解决方案”(您可以通过快速导航右侧的下拉菜单得知),则可以按 kbd>Alt + Shift + S 设置并保存状态。
1) Ctrl + Shift + Q (this will bring up the Quick Nav)
2) Start typing the name of the Type, Variable, etc.
3) Hit Enter to select when the target shows in the top of the list
If the scope is not already set to "Solution" (you can tell via the drop-down on the right of the Quick Nav), you can hit Alt + Shift + S to set and it will save the state.
对 Troy 的出色回答的快速评论,如果您下载的版本是较新的版本 3.2,则快速导航已重新映射为 Ctrl + Shift + 问:。
A quick remark to the excellent answer by Troy, if the version you downloaded is the newer one, 3.2, the Quick Nav has been remapped to Ctrl + Shift + Q.