1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:04:46 -07:00
go/internal/lsp
Ian Cottrell 6dfe7efaa9 internal/lsp: add definition tests from godef
This makes our internal version of go to definition be tested with the
same test data that godef now uses

Change-Id: I04e488b6b9b2d891181f202ea1125b823a079c50
Reviewed-on: https://go-review.googlesource.com/c/150045
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2018-11-19 18:17:22 +00:00
..
protocol internal/lsp: fix for limitations of export data 2018-11-19 18:00:18 +00:00
source internal/lsp: fix for limitations of export data 2018-11-19 18:00:18 +00:00
testdata internal/lsp: add definition tests from godef 2018-11-19 18:17:22 +00:00
completion.go internal/lsp: add a preliminary test for completion 2018-11-12 19:56:38 +00:00
diagnostics.go internal/lsp: move diagnostics logic to source directory 2018-11-12 22:54:56 +00:00
lsp_test.go internal/lsp: add definition tests from godef 2018-11-19 18:17:22 +00:00
position.go internal/lsp: add definition tests from godef 2018-11-19 18:17:22 +00:00
server.go internal/lsp: add definition tests from godef 2018-11-19 18:17:22 +00:00
signature_help.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00