Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upx/tools/gopls: autocomplete in import blocks #35877
Labels
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
Is there a use case for this once unimported completions are enabled by default? The only case I can think of is manually correcting an (incorrect) ambiguous import, but even that should be pretty rare. |
This comment has been minimized.
This comment has been minimized.
I agree the justification for this is weak. Maybe if you're exploring an import hierarchy, like you can't remember the exact package name you're looking for but you know what repo it was in? |
This comment has been minimized.
This comment has been minimized.
@heschik: That's what I was thinking. Definitely not pressing, but I thought it wasn't a bad idea. |
This was referenced Dec 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggested in microsoft/vscode-go#2918.