Closed ghost closed 6 years ago
Install the package: go install example
. Package binary needs to be there for gocode to notice it. Gocode works with binary packages only when it comes to imported packages.
Now, it works quite nice with new packages.
Thank you for your early response!
Hello, first of all thank you for maintaining this awesome project.
I'm using
go-code
onemacs
withcompany-go
.For me, it works nice for standard libraries and local functions and variables, etc.
However I cannot get completion for imported packages from
$GOPATH/src/
.For example, I want completion at this point, but it doesn't provide me any completion.
Do I need more setups to get completion at this point?
Here's my settings.
Best Regards, Seonghyun Park