1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:04:46 -07:00
go/internal/lsp
Rebecca Stambler b5f2cae84d internal/lsp: fix a bug stopped package names from being printed
Also, trigger signature help on completion of a function (the "(" as a
trigger character doesn't work if it's part of a completion).

Change-Id: I952cb875fa72a741d7952178f85e20f9efa3ebff
Reviewed-on: https://go-review.googlesource.com/c/150638
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2018-11-20 23:48:46 +00:00
..
protocol internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +00:00
source internal/lsp: fix a bug stopped package names from being printed 2018-11-20 23:48:46 +00:00
testdata internal/lsp: fix a bug stopped package names from being printed 2018-11-20 23:48:46 +00:00
completion.go internal/lsp: fix a bug stopped package names from being printed 2018-11-20 23:48:46 +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: fix a bug stopped package names from being printed 2018-11-20 23:48:46 +00:00
position.go internal/lsp: add definition tests from godef 2018-11-19 18:17:22 +00:00
server.go internal/lsp: fix a bug stopped package names from being printed 2018-11-20 23:48:46 +00:00
signature_help.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00