Skip to content

Constants and enum values come up as fields with a zero offset #5

@Razchek

Description

@Razchek

This is partially expected behavior, however I need to define the value of the constants and enum values, then format the views appropriately.

Current:
[00] SomeConstantField : SomeType
[00] EnumEntryName : SomeType

Expected:
[Constant] SomeConstantField = Value : SomeType
[EnumValue] EnumEntryName = Value : SomeType

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions