tools/internal/lsp
Ian Cottrell 7b3e515a8c internal/lsp: switch completion item tests to using the enum strings
Also change the enum values to match the prior string conversion routine.

Change-Id: I23ac6a72c8e116c5ee05e9324356481e519781e9
Reviewed-on: https://go-review.googlesource.com/c/tools/+/172410
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-04-17 17:57:43 +00:00
..
cache go/packages: add support for entire packages defined in overlays 2019-04-17 17:55:51 +00:00
cmd internal/lsp: handle definitions for variables with error types 2019-04-15 20:59:51 +00:00
diff internal/lsp: normalise and make public diff<->edit conversions 2019-04-15 20:31:36 +00:00
protocol internal/lsp: switch completion item tests to using the enum strings 2019-04-17 17:57:43 +00:00
source internal/lsp: switch completion item tests to using the enum strings 2019-04-17 17:57:43 +00:00
testdata go/packages: add support for entire packages defined in overlays 2019-04-17 17:55:51 +00:00
xlog internal/lsp: add the ability to log back to the client 2019-04-01 16:22:08 +00:00
code_action.go internal/lsp: run source.organizeImports on all codeActions 2019-04-16 21:54:00 +00:00
completion.go internal/lsp: ignore errors for completion and signature help 2019-04-09 22:37:05 +00:00
diagnostics.go internal/lsp: set the diagnostic source earlier 2019-04-17 00:57:43 +00:00
format.go internal/lsp: normalise and make public diff<->edit conversions 2019-04-15 20:31:36 +00:00
highlight.go internal/lsp: add support for document highlight 2019-03-26 19:08:20 +00:00
lsp_test.go internal/lsp: switch completion item tests to using the enum strings 2019-04-17 17:57:43 +00:00
server.go internal/lsp: ignore errors for completion and signature help 2019-04-09 22:37:05 +00:00
signature_help.go internal/lsp: ignore errors for completion and signature help 2019-04-09 22:37:05 +00:00
symbols.go internal/lsp: enhance document symbols support 2019-04-10 21:12:19 +00:00