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

Autocompletion ignores unexported anonymous fields #1

Closed
nsf opened this issue Aug 14, 2010 · 1 comment
Closed

Autocompletion ignores unexported anonymous fields #1

nsf opened this issue Aug 14, 2010 · 1 comment

Comments

@nsf
Copy link
Owner

nsf commented Aug 14, 2010

A good example for that is reflect.*Value types. Autocompletion proposal on these doesn't include corresponding Value interface.

This bug is related to the type embedding. It caused by the fact that I intentionally ignore all unexported fields in imported modules (should fix that).

@nsf
Copy link
Owner Author

nsf commented Aug 16, 2010

Fix issue with unexported anonymous fields. Closed by 40d5530

charlievieth referenced this issue in charlievieth/gocode Aug 29, 2018
If we notice the user is editing within a "src" or "vendor/src"
subdirectory that's not within their $GOPATH, then assume it might be
a gb-based project.

Experimentally works with example-gsftp.

Fixes #1.
This issue was closed.
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

No branches or pull requests

1 participant