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)
We'd really like to deploy go-langserver for an internal code search tool, but right now, we'd have to check in all the code for go-langserver and its dependencies and build...
Hi, I use emacs, and configure company-lsp and lsp-go for go mode, and I've found there is these errors keep annoying me. ``` jsonrpc2 handler: notification "textDocument/didChange" handling error: received...
I have come across what looks like an issue with the signature help request. If it matters this test was done on Windows. This is the test file that I...
Emacs creates files that precede with `.#` when there's autosave data and the `go-langserver` seems to try read these files (and fail when they're gone). I'm not sure if it...
At present, when there is a formatting request 2 edits are returned. 1 to clear all text in the file, another to add back the formatted content. These can be...
The below was observed when using the language server via the Go extension to VS Code. Below is a simple program of 12 lines. All I did was add tabs...
I'd like something like `strconv.` to give me auto completion, but that only works when the `strconv` package is already imported. Any way to make go-langserver work with unimported packages?...
Github has tag name for each repo. It would be nice if we can filter repo by tags.
The code to find all references is already in place. It would be great to leverage that to provide codelens for references as well