bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
119 stars 13 forks source link

Add enum member value to hover tooltip? #155

Open svioletg opened 1 year ago

svioletg commented 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. image image

adam-coster commented 1 year ago

That's something I do want to add -- it's a little complicated since the RHS of enum prop definitions can be an expression.