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
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 : SomeTypeExpected:
[Constant] SomeConstantField = Value : SomeType[EnumValue] EnumEntryName = Value : SomeType