1
0
mirror of https://github.com/golang/go synced 2024-11-18 23:14:43 -07:00
go/internal/lsp/source
Rebecca Stambler 7f27c5d70a internal/lsp: move diagnostics logic to source directory
Change-Id: I6bea7a76501e852bbf381eb5dbc79217e1ad10ac
Reviewed-on: https://go-review.googlesource.com/c/148889
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2018-11-12 22:54:56 +00:00
..
completion.go internal/lsp: add a preliminary test for completion 2018-11-12 19:56:38 +00:00
definition.go internal/lsp: implement go to definition 2018-11-07 18:43:41 +00:00
diagnostics.go internal/lsp: move diagnostics logic to source directory 2018-11-12 22:54:56 +00:00
file.go internal/lsp: make format work on the ast not the source 2018-11-12 21:02:38 +00:00
format.go internal/lsp: make format work on the ast not the source 2018-11-12 21:02:38 +00:00
uri.go internal/lsp: make source independent of protocol 2018-11-07 18:42:35 +00:00
view.go internal/lsp: make source independent of protocol 2018-11-07 18:42:35 +00:00