x/tools/gopls: fix autocompletion of structs in slices #33211
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
go version
gopls version
On VSCode:

This seems OK (ctrl + space):
After deleted

&cli.Command
beforeName:
, press ctrl + space:It will not show the completions of the struct. It should show completions like the first one.
The text was updated successfully, but these errors were encountered: