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?
1 comment
Sort by
Date
Votes

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.
Please sign in to leave a comment.