Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide completions for unimported packages. #1084

Merged
merged 1 commit into from
Oct 23, 2016
Merged

Provide completions for unimported packages. #1084

merged 1 commit into from
Oct 23, 2016

Conversation

zmb3
Copy link
Contributor

@zmb3 zmb3 commented Oct 16, 2016

gocode recently added support for unimported packages.
nsf/gocode@57b3fab

This comes in handy for example when you know approximately what
function you're looking for but don't remember the exact
name or signature. It's must faster to get suggestions for
packages without having to import them first.

The feature is optional and must be enabled with gocode set unimported-packages true.
Enable the gocode feature by default, but allow it to be configured with
g:go_gocode_unimported_packages.

gocode recently added support for unimported packages.
nsf/gocode@57b3fab

This comes in handy for example when you know approximately what
function you're looking for but don't remember the exact
name or signature.  It's must faster to get suggestions for
packages without having to import them first.

The feature is optional and must be enabled with `gocode set unimported-packages true`.
Enable the gocode feature by default, but allow it to be configured with
g:go_gocode_unimported_packages.
@fatih fatih merged commit 8b73c3f into fatih:master Oct 23, 2016
@fatih
Copy link
Owner

fatih commented Oct 23, 2016

Thanks @zmb3 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants