Is your feature request related to a problem? Please describe.
I have a number which is the value of a bit flag enum but I don't know which enum values that corresponds too. I have a enum with some but I don't know which number the enum represent.
Describe the solution you'd like
I would like Dev Toolbox to display seven checkboxes and a number input field. Each checkbox correspond one variant in the enum. The checkboxes have labels and could be named after the weekdays, they could also be numbered. Each checkbox also have a number that represents the value for that enum variant.
So when I click on the checkboxes it calculate the enum value and displays the number in the number input box. If I type a number in the number input box it checks the appropriate checkboxes.
Is your feature request related to a problem? Please describe. I have a number which is the value of a bit flag enum but I don't know which enum values that corresponds too. I have a enum with some but I don't know which number the enum represent.
Describe the solution you'd like I would like Dev Toolbox to display seven checkboxes and a number input field. Each checkbox correspond one variant in the enum. The checkboxes have labels and could be named after the weekdays, they could also be numbered. Each checkbox also have a number that represents the value for that enum variant.
The enum would look like this:
So when I click on the checkboxes it calculate the enum value and displays the number in the number input box. If I type a number in the number input box it checks the appropriate checkboxes.