ReSharper:“转到 .NET Reflector 中的声明”
您是否知道 ReSharper 5.1 插件允许我转到我没有使用 .NET Reflector 源代码的类或成员的声明?
通常Reflector本身已经具有此功能(右键单击->“在.NET Reflector中打开”),但不幸的是此功能不适用于resharper。对此的解释可以在此处阅读。
现在理想的解决方案是 resharper 可以通过插件为我做到这一点。在早期版本的 resharper 中,不是有一个 resharper powertoy 可以做到这一点吗?
Do you know of a ReSharper 5.1 plugin that allows me to go to the declaration of a class or member that I do not have the source code for using .NET Reflector?
Usually Reflector itself has this feature already (rightclick-> "Open in .NET Reflector") but unfortunately this feature does not work with resharper. The explanation for this can be read here.
Now the ideal solution would be if resharper could do this for me with a plugin. In earlier versions of resharper, wasn't there a resharper powertoy that could do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试在 Resharper 选项 -> 中取消选中“启用外部源导航”选项。工具->外部源或保留其启用状态,但将“对象浏览器”项目移至列表顶部。对我有用。
Try to uncheck option "Enable navigation to external sources" at Resharper Options -> Tools -> External Sources or leave it enabled, but move "Object browser" item to top of the list. Works for me.
查看 ReSharper PowerToys 中的 ReflectorNavigator:http://resharperpowertoys.codeplex.com/
Check out the ReflectorNavigator in the ReSharper PowerToys: http://resharperpowertoys.codeplex.com/