1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:14:46 -07:00
go/internal/lsp
Ian Cottrell 15ad1aa0cb internal/lsp: implement go to definition
This enables go to definition for the lsp.
It has one known non working case (where the filenames have $GOROOT in them)

Change-Id: I142c6e04b8691c5076dfcd55592ea710b4b361a4
Reviewed-on: https://go-review.googlesource.com/c/148158
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2018-11-07 18:43:41 +00:00
..
protocol internal/lsp: add implementation of completion to LSP 2018-11-06 21:04:51 +00:00
source internal/lsp: implement go to definition 2018-11-07 18:43:41 +00:00
testdata/diagnostics internal/lsp: fix LSP tests to be compatible with Go 1.10 2018-11-05 19:42:43 +00:00
completion.go internal/lsp: make source independent of protocol 2018-11-07 18:42:35 +00:00
diagnostics_test.go internal/lsp: make source independent of protocol 2018-11-07 18:42:35 +00:00
diagnostics.go internal/lsp: implement go to definition 2018-11-07 18:43:41 +00:00
format.go internal/lsp: make source independent of protocol 2018-11-07 18:42:35 +00:00
position.go internal/lsp: make source independent of protocol 2018-11-07 18:42:35 +00:00
server.go internal/lsp: implement go to definition 2018-11-07 18:43:41 +00:00