Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以将光标放在接口上并为其“查找所有引用”。
但结果包含太多噪音。
我只想找到实现该接口的所有类。不是具有该接口的变量声明。
而不是通过反思。我想在 IDE 中完成这项任务。
这有什么捷径吗?
谢谢!
您可以"View Call Hierarchy"通过将光标放在界面成员上来使用。
"View Call Hierarchy"
但如果你想要更多,你可以Resharper
Resharper
尝试查找文本 ":INameofinterface" 。
您也可以使用正则表达式搜索前面带有“:”的接口名称