This repository has been archived by the owner on Aug 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Autocomplete unimported packages #54
Labels
enhancement
New feature or request
Comments
I'm so lacking this feature 😢 |
Try this as a cheap workaround:
|
I have implemented this feature on commit 2ab1ae17c |
That's great! Thank you. |
this feature can not support 3rd packages? |
@saibing this is so 🤑 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
One of the most needed feature which I missed from using vscode-go without lsp is being able to get autocompletion for unimported packages. Ideally typing
fmt.
should show autocompletion even if fmt package is not imported and after I select completion item it should add that import. Currently it is possible to get autoimport only if full expression is provided. For example I get import only if I writefmt.Print
and hit save.The text was updated successfully, but these errors were encountered: