Highlight class inheritance in Diagrams

I have a massive diaagram for my project and I want to inspect all the classes that inherit from a specific base class.

Is it possible to highlight all classes that inherit from that specific base class?

0
I don't think the diagrams has this feature, but you can call "Find usages" on the base class in the code, and see all classes inheriting from it.
1

请先登录再写评论。