You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently selecting this code and generating boilerplate with Model Boiler won't work:
structMyModel{varname=""varid=0
However, this will:
structMyModel{varname=""varid=0}
There should be a selectable option/setting that could allow Model Boiler to automatically insert closing brackets at the end of selection if it fails generating code the first time.
This is especially handy when you want to leave out some parts of your model like nested structs/classes that you don't want model code generated for.
Currently selecting this code and generating boilerplate with Model Boiler won't work:
However, this will:
There should be a selectable option/setting that could allow Model Boiler to automatically insert closing brackets at the end of selection if it fails generating code the first time.
This is especially handy when you want to leave out some parts of your model like nested structs/classes that you don't want model code generated for.