x/tools/gopls: offer completions for package names #39715
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
help wanted
Tools
This label describes issues relating to any tools in the x/tools repository.
What version of Go, VS Code & VS Code Go extension are you using?
go version
to get version of Gocode -v
orcode-insiders -v
to get version of VS Code or VS Code InsidersWhen I create a go file in a folder such as "test1"
When I type "pa", I expect "package test" and maybe also "package main" will appear in the list.
But now there is nothing.
This is bad coding experience.
The text was updated successfully, but these errors were encountered: