When creating custom components, there’s the new option for enum.
While in code, if you type the enum property and try to set to a new value, the editor suggest the options:
However, most of the time we want to compare to see what enum value was set to that property. Can the editor also show this suggestion while using ==
?