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
My classes usually extend from base classes, and there are a lot of inherited members that is shown on the page which my users don't always need to see. Sometimes they just want to see the methods directly exposed by my class.
If there was a toggle on top of the page, Hide Inherited Members, then they can just check that, and all methods having property inheritedFrom would be hidden. Uncheck, and the opposite would happen.
Is this a feature that should be supported in this library?
The text was updated successfully, but these errors were encountered:
My classes usually extend from base classes, and there are a lot of inherited members that is shown on the page which my users don't always need to see. Sometimes they just want to see the methods directly exposed by my class.
If there was a toggle on top of the page,
Hide Inherited Members
, then they can just check that, and all methods having propertyinheritedFrom
would be hidden. Uncheck, and the opposite would happen.Is this a feature that should be supported in this library?
The text was updated successfully, but these errors were encountered: