1
0
mirror of https://github.com/golang/go synced 2024-10-01 10:38:33 -06:00
go/internal/lsp/protocol
Yasuhiro Matsumoto a24c58a209 internal/lsp: implement incremental updates to document
gopls return Incremental for TextDocumentSyncKind.

Change-Id: I7b302a540a4d2ef9eaa079cea5155859febb9a95
Reviewed-on: https://go-review.googlesource.com/c/162921
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-02-21 17:53:26 +00:00
..
basic.go internal/lsp: use interface for diagnostics code 2019-02-05 18:07:22 +00:00
client.go internal/jsonrpc2: change to a more synchronous dispatch model 2018-11-14 19:09:51 +00:00
diagnostics.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
doc.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
general.go internal/lsp: allow ExecuteCommandParams to be nil 2019-02-13 22:34:05 +00:00
language.go internal/lsp: add implementation of completion to LSP 2018-11-06 21:04:51 +00:00
printers.go internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +00:00
protocol.go internal/jsonrpc2: change to a more synchronous dispatch model 2018-11-14 19:09:51 +00:00
registration.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
server.go internal/lsp/server: fix typo in name of method foldingRange 2018-12-21 18:55:09 +00:00
text.go internal/lsp: implement incremental updates to document 2019-02-21 17:53:26 +00:00
window.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
workspace.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00