Open myOmikron opened 2 years ago
In goland it is possible to automatically fill struct fields:
Before:
After:
what about "Fill selected fields"? does that open a UI to select fields?
Correct.
It also has features to sort, expand embedded structs, or recursively add fields.
In goland it is possible to automatically fill struct fields:
Before:
After: