-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi @DavidFeldhoff,
Thanks again for your nice VSCode extension. I am using it frequently to speed up development. 😊
Here is a new feature idea:
Have a code action that allows you to quickly create an enum definition from (1) a variable declaration, or (2) a table field definition, which are defined with an enum that does not exist.
The code action will (1) create an enum object, (2) pick the next available free object ID for that new enum, and (3) (possibly) allows you to enter some enum members.
Another approach might be that it opens @anzwdev's Enum object file wizard for you (which already provides these options).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels