1
0
mirror of https://github.com/golang/go synced 2024-10-01 11:38:34 -06:00
go/internal/lsp
Rebecca Stambler 3832e276fb internal/lsp: implement type definitions
Extend definition tests to add typdef test.

Change-Id: Ibad988ae68f91d18f2c6b4739d758a536172fb35
Reviewed-on: https://go-review.googlesource.com/c/152239
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2018-12-04 18:51:09 +00:00
..
protocol internal/lsp: add more testdata for completion and diagnostics 2018-11-20 06:06:34 +00:00
source internal/lsp: implement type definitions 2018-12-04 18:51:09 +00:00
testdata internal/lsp: implement type definitions 2018-12-04 18:51:09 +00:00
completion.go internal/lsp: sort completions according to rank 2018-11-27 19:33:00 +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: implement type definitions 2018-12-04 18:51:09 +00:00
position.go internal/lsp: add definition tests from godef 2018-11-19 18:17:22 +00:00
server.go internal/lsp: implement type definitions 2018-12-04 18:51:09 +00:00
signature_help.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00