1
0
mirror of https://github.com/golang/go synced 2024-11-18 22:34:45 -07:00
go/internal/lsp
Ian Cottrell a072e66104 internal/lsp: refactor the command line handling
This switched the golsp binary to support a sub-command model so it can grow
some guru like command line query capabilites

Change-Id: I1a7a49bb17701e62004bba636d6bee9de2481ffd
Reviewed-on: https://go-review.googlesource.com/c/154559
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2018-12-17 23:08:30 +00:00
..
cache internal/lsp: use rootURI as config.Dir in packages.Load 2018-12-12 19:28:52 +00:00
cmd internal/lsp: refactor the command line handling 2018-12-17 23:08:30 +00:00
protocol internal/lsp/protocol: use correct JSON name for RootURI 2018-12-11 20:04:12 +00:00
source internal/lsp: add support for running goimports as a code action 2018-12-17 20:01:16 +00:00
testdata internal/lsp: implement type definitions 2018-12-04 18:51:09 +00:00
completion.go internal/lsp: improve handling of code completion snippets 2018-12-07 19:59:48 +00:00
diagnostics.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
format.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
imports.go internal/lsp: add support for running goimports as a code action 2018-12-17 20:01:16 +00:00
lsp110_test.go internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +00:00
lsp_test.go internal/lsp/source: avoid having build tagged files for uri 2018-12-17 19:55:17 +00:00
position.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
server.go internal/lsp: add support for running goimports as a code action 2018-12-17 20:01:16 +00:00
signature_help.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00