1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:04:46 -07:00
go/internal/lsp
Rebecca Stambler d5eafb537d internal/lsp: add InsertText to completions
If signature help is enabled, we should not offer parameter suggestions.
If signature help is not enabled, the user should be able to tab
through parameter completions.

Change-Id: I10990ef4aefb306ddbf51ed14cc1110065eba655
Reviewed-on: https://go-review.googlesource.com/c/150637
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2018-11-20 22:45:09 +00:00
..
protocol internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +00:00
source internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +00:00
testdata internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +00:00
completion.go internal/lsp: add InsertText to completions 2018-11-20 22:45:09 +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: add InsertText to completions 2018-11-20 22:45: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 InsertText to completions 2018-11-20 22:45:09 +00:00
signature_help.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00