serve-d icon indicating copy to clipboard operation
serve-d copied to clipboard

Add fill all fields in struct initializer

Open myOmikron opened this issue 3 years ago • 2 comments

In goland it is possible to automatically fill struct fields:

Before: image

After: image

myOmikron avatar Jun 22 '22 19:06 myOmikron

what about "Fill selected fields"? does that open a UI to select fields?

WebFreak001 avatar Jun 23 '22 14:06 WebFreak001

Correct.

It also has features to sort, expand embedded structs, or recursively add fields.

image

myOmikron avatar Jun 26 '22 05:06 myOmikron