Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide members #23

Open
steinybot opened this issue Mar 10, 2021 · 0 comments
Open

Hide members #23

steinybot opened this issue Mar 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@steinybot
Copy link
Member

steinybot commented Mar 10, 2021

You may also want to discuss this in Ideas.

Description

I'd like to be able to hide class members.

Hiding unnecessary details when all that is wanted is an overview of how types are related.

Potential Solution

Add a --hide option which accepts: fields, methods, constructors, synthetics.

I think we would still want to include the associations between types and so this should remain as a rendering option rather than something that the processor needs to know about.

Additional Information

This will solve part of #14 as it provides a way of hiding the constructors.

The default value of --hide will be synthetics so we should also add a --show option which can undo this default. It could also be useful if we provide "presets" which are easier to customise than specifying all the options manually, similar to what is available in the core API.

@steinybot steinybot added the enhancement New feature or request label Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant