Skip to content

Ease creation of struct variables in Studio #528

@zalexzperez

Description

@zalexzperez

Once you create a struct, creating a variable of this struct is a manual task that requires users to remember struct member names for the initialization and the right notation {member1:value, member2:value, etc.}

It would be helpful if the program did it for us automatically, either initializing each member to a default value (false for booleans, 0 for integers, "" for strings...) or enforce the user to fill out the rest.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions