serve-d
serve-d copied to clipboard
Add fill all fields in struct initializer
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.
