Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
208 stars 49 forks source link

Add fill all fields in struct initializer #239

Open myOmikron opened 2 years ago

myOmikron commented 2 years ago

In goland it is possible to automatically fill struct fields:

Before: image

After: image

WebFreak001 commented 2 years ago

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

myOmikron commented 2 years ago

Correct.

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

image