Skip to content

Create Enum definition via code action #150

@rvanbekkum

Description

@rvanbekkum

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions