1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:18:32 -06:00
go/internal/lsp
Ian Cottrell 2a3f5192be internal/lsp: handle $GOROOT in file paths
This happens whenever we load standard library information from export
data, and prevents the editor from understanding the file names

Change-Id: If5c04176a3e669ba396f322275993616e51ec097
Reviewed-on: https://go-review.googlesource.com/c/149612
Run-TryBot: Ian Cottrell <iancottrell@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-11-15 01:11:54 +00:00
..
protocol internal/jsonrpc2: change to a more synchronous dispatch model 2018-11-14 19:09:51 +00:00
source internal/lsp: handle $GOROOT in file paths 2018-11-15 01:11:54 +00:00
testdata internal/lsp: use the new marker support 2018-11-15 01:11:27 +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: use the new marker support 2018-11-15 01:11:27 +00:00
position.go internal/lsp: make format work on the ast not the source 2018-11-12 21:02:38 +00:00
server.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00
signature_help.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00