从解决方案资源管理器中的 Visual Studio 2008 参考部分启动 Reflector
如何配置 Visual Studio 2008 以通过右键单击解决方案资源管理器的引用部分中的程序集来启动 Redgate .Net Reflector?我在办公室设置了它来执行此操作,所以我知道这是可能的。
我确实安装了 ReSharper,但我认为这不是 ReSharper 功能。
更新
这是我正在寻找的功能...
alt text http://www.imagechicken.com/uploads/1266849634078638500.jpg
How do you configure Visual Studio 2008 to launch the Redgate .Net Reflector from a right click on an assembly in the references section in the solution explorer? I have it set up at the office to do this, so I know it's possible.
I do have ReSharper installed but I don't think this is ReSharper functionality.
UPDATE
This is the functionality I'm looking for...
alt text http://www.imagechicken.com/uploads/1266849634078638500.jpg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您有 Reflector 6 或 5 吗?
如果你有 5 个,那么你需要 TestDriven.Net。
如果您有 6 个,则不需要 TestDriven,但您需要右键单击参考 ->在对象浏览器中查看,然后右键单击程序集并选择在 .Net Reflector 中打开
v 6 还添加了 VS 代码编辑器中的集成,因此您可以右键单击对象名称并选择在 .Net Reflector 中打开...实际上,它的用途可能不仅仅是查看整个程序集(通过对象浏览器)。
Do you have Reflector 6 or 5?
If you have 5, then you need TestDriven.Net.
If you have 6 you don't need TestDriven but you will need to right click on the refence -> View in Object Browser, then right click on the assembly and choose Open in .Net Reflector
v 6 also added the integration in the code editor of VS, so you can right click on an object's name and choose Open in .Net Reflector ... which may actually be used more than looking at the whole assembly (via the object browser).