Open
Description
gopls version
v0.16.2
go env
-
What did you do?
Having a cursor on a non defined field doesn't suggest a quickfix to declare a new struct field.
Recently a similar feature was merged #69692 to define a missing method.
However, the ability to make a field is missing.
What did you see happen?
What did you expect to see?
A suggested quick fix "Define a struct field" exists and create a field