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 条评论
排序方式
日期
投票数

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.
请先登录再写评论。