This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Add Import could prioritize stdlib packages #2683
Closed
Description
openedon Aug 3, 2019
Currently the "Go: Add Import" command doesn't prioritize core packages, so you often get a bunch of random packages over-powering the standard ones. Here's a few examples:
It wasn't a big deal when autocompletion of core packages worked without imports, but I can't seem to get that working anymore go.autocompleteUnimportedPackages
enabled — maybe a gopls issue?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment