x/tools/gopls: improve completion for printf args #40485
Closed
Labels
Comments
Change https://golang.org/cl/246699 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: