go-language-server
go-language-server copied to clipboard
A Go language server.
This situation can happen if you hold ctrl down and hover some words in comments with your cursor. ``` client --> server: {"id": 124, "jsonrpc": "2.0", "method": "textDocument/definition", "params": {"textDocument":...
The VSCode extension executes VSCode commands in a couple of places. We should introduce new LSP requests/notifications for these or get rid of the command calls.
Currently, we only use the command title to present commands to the user. The command descriptions are sometimes much more meaningful. Do we have a way to map them to...