Skip to content

No "generate bitfield" in light bulb #5

Description

@fanoI

Using the "usual" sample code:

    struct DoubleView
    {
        enum BitFields
        {
            Fraction = 11,
            Exponent = 52,
            Sign = 1,
        }
    }

In the light bulb is only suggested to move the type in a new file nothing else!

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