x/tools/gopls: fuzzy completion does not return result when expected #38380
Labels
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Triggering completion at the end of
fmt.Prnf
to return a single result,fmt.Printf
What did you see instead?
Triggering completion at the end of
fmt.Prnf
did not return any results.See the following
gopls
log: bad.logcc @stamblerre @muirdm
FYI @leitzler
The text was updated successfully, but these errors were encountered: