tools/internal/lsp
Rebecca Stambler 62e1d13d53 internal/lsp: add basic support for hover
This change adds a very simple implementation of hovering. It doesn't
show any documentation, just the object string for the given object.

Also, this change sets the prefix for composite literals, making sure we
don't insert duplicate text.

Change-Id: Ib706ec821a9e459a6c61c10f5dd28d1798944fa3
Reviewed-on: https://go-review.googlesource.com/c/152599
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2018-12-05 22:25:06 +00:00
..
protocol internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +00:00
source internal/lsp: add basic support for hover 2018-12-05 22:25:06 +00:00
testdata internal/lsp: implement type definitions 2018-12-04 18:51:09 +00:00
completion.go internal/lsp: sort completions according to rank 2018-11-27 19:33:00 +00:00
diagnostics.go internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +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: implement type definitions 2018-12-04 18:51:09 +00:00
position.go internal/lsp: add definition tests from godef 2018-11-19 18:17:22 +00:00
server.go internal/lsp: add basic support for hover 2018-12-05 22:25:06 +00:00
signature_help.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00