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

Default View Rule for specific Type #312

Open
Adarma opened this issue Sep 15, 2024 · 1 comment
Open

Default View Rule for specific Type #312

Adarma opened this issue Sep 15, 2024 · 1 comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.

Comments

@Adarma
Copy link

Adarma commented Sep 15, 2024

Can we set a default View Rule for specific Types?

For example I have a v3 struct with a union of (x, y, z), (r, g, b), (xy, z).
I would like to have the View Rule default to only:(x, y, z) for all v3 types to reduce the union duplication clutter without having to type it in every time.

Thanks

@ryanfleury
Copy link
Collaborator

Yep, this will almost certainly be in 0.9.12.

@ryanfleury ryanfleury added the Feature Request A request for a new feature or improvement. label Oct 8, 2024
@ryanfleury ryanfleury added the Debugger Pertains to the debugger. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.
Projects
None yet
Development

No branches or pull requests

2 participants