x/tools/gopls: extra autocompletion after complete keyword #36363
Milestone
Comments
Yeah I've been meaning to fix this. It is because |
Change https://golang.org/cl/213137 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this example, the full keyword
true
was typed, but it was still the 3rd ranked completion, which results in VS Code auto-inserting it if a user hits enter (intending to go to the next line)./cc @muirdm
The text was updated successfully, but these errors were encountered: