-
Couldn't load subscription status.
- Fork 30
Closed
Labels
customerIssues from customersIssues from customersenhancementNew feature or requestNew feature or request
Description
We need the option to transform initialization from initialization-list-based way
{0, 0,
{1, 2},
{1, 2, 3},
0, 0, 0,
{4,5,{3,3}}}
to struct-field-based:
structA.x = 0;
structA.y = 0;
structA.subStru.m = 1;
structA.subStru.n = 2;
...
Seems like it should be a UI option in the formatting settings.
Metadata
Metadata
Assignees
Labels
customerIssues from customersIssues from customersenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done