显示使用 using 指令的位置
Visual Studio 或其上的某些插件可以告诉我每个 using 指令的使用位置吗? (当然 organize using
告诉我哪个没有被使用。)
我可以手动注释每个 using 指令并等待 vs 告诉我某个地方是错误的。但这样也太麻烦了。
Can Visual Studio or some add-in on it tell me where each using directive is used? (Sure organize using
tells me which is not used.)
I can manually comment each using directive and wait the vs to tell me somewhere is wrong. But that's too troublesome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定这是否是您的意思,但使用 ReSharper 6.1 您可以使用 查找依赖于模块的代码您的任何参考文献上的 选项。
I am not sure if that's what you mean but with ReSharper 6.1 you can use Find code dependent on module option on any of your references.