-
Notifications
You must be signed in to change notification settings - Fork 3
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
Third-party libraries are not supported #2
Comments
I cannot reproduce the issue. If you could reproduce the issue with |
Currently gocode has 3 forks on the table, but they all have some different issues. |
And I also find this issue
It looks we need to add parameter |
I found another solution for this case. |
@jsfaint
and I test |
Yes,
|
@jsfaint after Or it can be use a cache? This will slow at first complete(with |
@fcying gocode usage below:
gocode will import the binary package ($GOPATH/pkg/$GOOS_$GOARCH/) by default, if no parameter was given. There are two parameter is related here:
As you know, I only use |
@jsfaint I test
|
Yes, lsp is ok, but completion in ncm2-go and lsp server is different case. 😄 you can also have a look on the Go official lsp server implementation. |
and now, all those forks is under maintance. https://github.com/mdempsky/gocode:
https://github.com/stamblerre/gocode:
|
If third-party libraries is installed in $GOPATH/src ,It works well
But it doesn't work if installed in project/vendor
The text was updated successfully, but these errors were encountered: