saibing / bingo

Bingo is a Go language server that speaks Language Server Protocol.
MIT License
495 stars 25 forks source link

VSCode plugin does not link to packages in the same repo #136

Closed illegalnumbers closed 5 years ago

illegalnumbers commented 5 years ago

I have one package which has some types in it and is consumed by another package. When I use this golang server and I command click to the target package I do not get taken to the definition within the package. If I click the package though I get linked to the import statement to the package. This is an improvement over the standard golang stuff provided from Microsoft though so thanks!

illegalnumbers commented 5 years ago

Closing as I think I got it to work by explicitly putting in my GOPATH