tools/internal/lsp
Marwan Sulaiman f59e586bb3 cmd/lsp: skip completion in string literals
This CL ensures that a "." inside a string literal will return an empty
completion list.

Fixes golang/go#30477

Change-Id: I1442d0acab4c12a829047805f745c4729d69c208
Reviewed-on: https://go-review.googlesource.com/c/tools/+/167857
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
2019-03-15 16:51:35 +00:00
..
cache internal/lsp: add correct handling for circular imports 2019-03-15 16:49:21 +00:00
cmd internal/lsp: convert to the new location library 2019-03-13 19:34:21 +00:00
diff internal/lsp/diff: fix bug that adds extra line to files on format 2019-02-13 04:28:36 +00:00
protocol internal/lsp: convert to the new location library 2019-03-13 19:34:21 +00:00
source cmd/lsp: skip completion in string literals 2019-03-15 16:51:35 +00:00
testdata cmd/lsp: skip completion in string literals 2019-03-15 16:51:35 +00:00
completion.go internal/lsp: configure completion to preselect the first item 2019-03-15 04:42:04 +00:00
diagnostics.go internal/lsp: propagate errors from in diagnostics 2019-03-15 04:33:14 +00:00
format.go internal/lsp: handle common nil pointer exceptions 2019-03-13 23:43:22 +00:00
imports.go internal/lsp: handle common nil pointer exceptions 2019-03-13 23:43:22 +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 cmd/lsp: skip completion in string literals 2019-03-15 16:51:35 +00:00
server.go internal/lsp: convert to the new location library 2019-03-13 19:34:21 +00:00
signature_help.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00