go-langserver
go-langserver copied to clipboard
Go language server to add Go support to editors and other tools that use the Language Server Protocol (LSP)
I'm uisng go-langserver with [coc.nvim](https://github.com/neoclide/coc.nvim), which works great for all language servers I've tried (RLS, ccls, pyls, go-langserver, ...). There's an issue particular of go-langserver though, the diagnostics are refreshed...
I'm working on a custom client with this language server. When I requests for a completion with the files contents as: ```im``` and line as 0 and character as 2,...
Added interface MarkupContent for backword compatibility
I'm using Atom to and its go-langserver integration. Memory usage is close to 18Gb now as I type this. I cannot capture the memory/CPU profiles because the port is not...
When I open a new file, langserver-go will open up a window in my vim terminal with output after attempting to run my file. It happens because the output window...
Hi, I have a question about getting find references work with `$GOPATH/src` being a symbolic link. The symbolic link was introduced so I don't need to change existing root project...
It would be neat if the go language server included at least one example (when available) in the hover tooltip for a symbol. To a first approximation, the example part...
Hello, I'd like to create a `go-langserver` package for Arch Linux, but such package needs to follow official releases. I've noticed that `go-langserver -version` is a thing and there even...
Reproducable on sourcegraph.com: https://sourcegraph.com/github.com/kubernetes/apiserver/-/blob/pkg/server/serve.go#L17:9$references  Similar behavior occurs with external references, but the failure occurs on the xdef request, before it even gets to the xref request. The API response...
https://ci.appveyor.com/project/sourcegraph/go-langserver/builds/19433013#L40 ``` 2018/10/11 13:44:23 warning: lint command stderr: "warning: \"/C:/Users/appveyor/AppData/Local/Temp/1/langserver-go-integration705672984/gopath/src/test/p/...\" matched no packages\n" --- FAIL: TestIntegration_FileSystem_Lint (10.07s) integration_test.go:518: Timeout while waiting for notification of type *lsp.PublishDiagnosticsParams 2018/10/11 13:45:37 refs.DefInfo: not...