1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:54:42 -07:00
go/internal/lsp/cmd
Rebecca Stambler 2e9de471eb internal/lsp: handle definitions for variables with error types
Fixes golang/go#31465

Change-Id: I2f79fe2167bab79b497125995efc938f2b63d274
Reviewed-on: https://go-review.googlesource.com/c/tools/+/172117
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-04-15 20:59:51 +00:00
..
check_test.go internal/lsp: make pipe mode the default for command line tests 2019-04-01 16:30:59 +00:00
check.go internal/lsp: make definition use the lsp protocol 2019-04-05 17:02:55 +00:00
cmd_test.go internal/lsp: make pipe mode the default for command line tests 2019-04-01 16:30:59 +00:00
cmd.go cmd/gopls: fix incomplete ClientCapabilities struct 2019-04-09 15:09:02 +00:00
definition_test.go internal/lsp: handle definitions for variables with error types 2019-04-15 20:59:51 +00:00
definition.go internal/lsp: make definition use the lsp protocol 2019-04-05 17:02:55 +00:00
export_test.go internal/lsp: refactor query definition test to allow adding a new test 2019-03-18 20:06:54 +00:00
query.go internal/lsp/cmd: fix a nil pointer and some minor clean-up 2019-02-06 04:15:39 +00:00
serve.go internal/lsp: add the ability to log back to the client 2019-04-01 16:22:08 +00:00