You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a diagram that includes a parent class with many properties and methods and multiple classes that inherit from it, I would like to have an option to hide all inherited members on the child classes in the diagram (unless they are explicitly overridden). This would make it easier to see which child classes implement/override specific inherited members.
I would also like it if abstract classes and abstract members were annotated in the diagram output as documented on Mermaid.js
(If this option already exists, it should be documented in the --help response and readme)
When I create a diagram that includes a parent class with many properties and methods and multiple classes that inherit from it, I would like to have an option to hide all inherited members on the child classes in the diagram (unless they are explicitly overridden). This would make it easier to see which child classes implement/override specific inherited members.
I would also like it if abstract classes and abstract members were annotated in the diagram output as documented on Mermaid.js
(If this option already exists, it should be documented in the --help response and readme)
Example Input:
Current Output:
Desired output with "Hide Inherited" option enabled and <<abstract>> mermaid notation:
The text was updated successfully, but these errors were encountered: