x/tools/gopls: multiple "Fill anonymous struct" quick fixes are confusing #48563
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
What version of Go are you using (
go version
)?When the cursor is inside multiple anonymous structs, the quick fixes for "Fill anonymous struct" do not differentiate between the two.
This is confusing, as its impossible to tell which is for which struct.
What did you expect to see?
I would expect to see more detail about the anonymous structs or only a single "Fill anonymous struct" quick fix.
Example:
The text was updated successfully, but these errors were encountered: