1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:14:46 -07:00
go/internal/lsp
Ian Cottrell e504f914a8 internal/lsp: make file a first class concept
A file is strongly associated with a view, and knows how to manage it's own
contents.
We can also now track files that are not "active"

Change-Id: Ib9474cd40e5caa3db6596548612a9f90168b8a19
Reviewed-on: https://go-review.googlesource.com/c/147204
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2018-11-05 21:38:40 +00:00
..
protocol internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
source internal/lsp: make file a first class concept 2018-11-05 21:38:40 +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: make file a first class concept 2018-11-05 21:38:40 +00:00
server.go internal/lsp: make file a first class concept 2018-11-05 21:38:40 +00:00