x/tools/gopls: improve completion for printf args #40485
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
It would be cool if gopls could rank completion candidates based on printf verbs:
We can probably share code with tools/go/analysis/passes/printf/printf.go for most of the hard work.
The text was updated successfully, but these errors were encountered: