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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
I have a project using godeps to nest vendored packages.
The project root is at /Users/myuser/go/src/github.com/myuser/myrepo
The "go.gopath" setting is set to "/Users/myuser/go/src/github.com/myuser/myrepo/Godeps/_workspace:/Users/myuser/go"
Most things work (definition finding, etc), but "Show all symbols" does not include things inside the nested Godeps path (which is Godeps/_workspace relative to the project folder)
The text was updated successfully, but these errors were encountered:
I have an idea of how to make my branch backwards compatible with current go-symbols' behavior by creating a build.FakeContext, but it's low priority for me right now since the current behavior is pretty much broken for every Go project I work with due to vendor usage.
I think this tool would also benefit from some sort of caching.
We might want to take this discussion to the go-symbols project. cc @newhook
I have a project using godeps to nest vendored packages.
The project root is at
/Users/myuser/go/src/github.com/myuser/myrepo
The
"go.gopath"
setting is set to"/Users/myuser/go/src/github.com/myuser/myrepo/Godeps/_workspace:/Users/myuser/go"
Most things work (definition finding, etc), but "Show all symbols" does not include things inside the nested Godeps path (which is
Godeps/_workspace
relative to the project folder)The text was updated successfully, but these errors were encountered: