Leaving the old description but summarizing a more concise list of features we'd still like to add (some have already been addressed):
Current problem is that its not super intuitive how to add new structures to the TypeView. You have to select one of the following menu items:

Its not clear that one of these is for creating types with C syntax and the others will create a type of a given size.
Its also not clear how to create an enumeration.
Additionally once the "Create Types" is selected it prompts you with an empty box and tells you C Syntax which though descriptive isn't exactly helpful.
Here are a number of suggestions on how to remedy:
- Combine the "Create Types" and "Create Structure/Union" dialogs
- The default text in the "C Syntax" should provide examples.
- There needs to be some indicator that what is being parsed is more expressive than C and what those expressions are
- __offset, __packed, ` escaping, emoji, etc
- Perhaps a sidebar with links to additional documentation.
Leaving the old description but summarizing a more concise list of features we'd still like to add (some have already been addressed):
Current problem is that its not super intuitive how to add new structures to the TypeView. You have to select one of the following menu items:

Its not clear that one of these is for creating types with C syntax and the others will create a type of a given size.
Its also not clear how to create an enumeration.
Additionally once the "Create Types" is selected it prompts you with an empty box and tells you
C Syntaxwhich though descriptive isn't exactly helpful.Here are a number of suggestions on how to remedy: