1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:48:32 -06:00
go/internal/lsp
Rebecca Stambler 9650c66da3 internal/lsp: add support for publishing diagnostics
Any time a file is changed, we compute diagnostics for its package and
return them to the client. No caching is implemented yet, so we parse
and type-check the package each time.

Change-Id: I7fb2f1d8975e7ce092938d903599188cc2132512
Reviewed-on: https://go-review.googlesource.com/c/143497
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-10-22 21:17:51 +00:00
..
protocol internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
diagnostics.go internal/lsp: add support for publishing diagnostics 2018-10-22 21:17:51 +00:00
format.go internal/lsp: add support for publishing diagnostics 2018-10-22 21:17:51 +00:00
server.go internal/lsp: add support for publishing diagnostics 2018-10-22 21:17:51 +00:00
view.go internal/lsp: add support for publishing diagnostics 2018-10-22 21:17:51 +00:00