You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: