studio
studio copied to clipboard
Ease creation of struct variables in Studio
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.