Open svioletg opened 1 year ago
I tend to use enums as shorthand for alarm numbers to skip having to memorize them, and it would be useful to be able to hover over the enum member and see the value so I'm able to more quickly get to that alarm in VScode.
That's something I do want to add -- it's a little complicated since the RHS of enum prop definitions can be an expression.
I tend to use enums as shorthand for alarm numbers to skip having to memorize them, and it would be useful to be able to hover over the enum member and see the value so I'm able to more quickly get to that alarm in VScode.