go-language-server icon indicating copy to clipboard operation
go-language-server copied to clipboard

A Go language server.

Results 3 go-language-server issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

enhancement