Is there a way to find usages like ( "implements X" and not "extends Y")?
已回答
Hello jetbrainers and intellijs,
I would like to use IntelliJ to identify all those classes for me that:
- implement a specific interface but that do
- not extend some specific class
Is that possible with IntelliJ (community edition)
( I also put this up on https://stackoverflow.com/questions/56664166/how-to-identify-all-classes-implementing-a-specific-interface-that-do-not-extend ... but no luck so far )
请先登录再写评论。
Try using structural search and replace: https://www.jetbrains.com/help/idea/structural-search-and-replace.html