1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:14:46 -07:00
go/internal/lsp
Ian Cottrell 9b5bafe36f internal/lsp: extract view to its own package
This allows us to write the lsp verbs in terms of a stable underlying source
management layer.
This should make it easier to refactor the underlying layer to add more powerful
caching and incremental modes as we go.

Change-Id: Iab97b061d80394a6fa6748a93a4c68f2deb46129
Reviewed-on: https://go-review.googlesource.com/c/147201
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2018-11-05 21:38:13 +00:00
..
protocol internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
source internal/lsp: extract view to its own package 2018-11-05 21:38:13 +00:00
testdata/diagnostics internal/lsp: fix LSP tests to be compatible with Go 1.10 2018-11-05 19:42:43 +00:00
diagnostics_test.go internal/lsp: extract view to its own package 2018-11-05 21:38:13 +00:00
diagnostics.go internal/lsp: extract view to its own package 2018-11-05 21:38:13 +00:00
format.go internal/lsp: extract view to its own package 2018-11-05 21:38:13 +00:00
server.go internal/lsp: extract view to its own package 2018-11-05 21:38:13 +00:00