Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

feature request: autocomplete non imported packages #437

Closed
trajber opened this issue Aug 16, 2016 · 2 comments
Closed

feature request: autocomplete non imported packages #437

trajber opened this issue Aug 16, 2016 · 2 comments

Comments

@trajber
Copy link

trajber commented Aug 16, 2016

The Go plugin for IntelliJ has a very useful feature that allows code completion works even when the package is not imported yet.
On this example you can see "fmt" and "os" packages being used even with no imports at all.

output

@derekperkins
Copy link

Duplicate of #407

@ramya-rao-a
Copy link
Contributor

This feature is now available in the latest version of the Go extension : 0.6.44

You need to set go.autocompleteUnimportedPackages to true to enable this feature.

Do give it a try and give feedback

We will turn it on by default in the next update

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants