1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:44:42 -07:00
go/internal/lsp/cmd
Rebecca Stambler a21eef959b internal/lsp: use parallel parse files function
This change adds a copy of the parseFiles function from go/packages for
file parsing. Also fix crash caused by lack of TypeSizes from
go/packages.Load when using LoadImports mode.

Change-Id: Ie8c3c653679ab81da45905c6839de7e63966d84c
Reviewed-on: https://go-review.googlesource.com/c/161670
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-02-13 04:21:09 +00:00
..
testdata internal/lsp/cmd: add the definition mode 2019-01-31 16:39:42 +00:00
cmd.go internal/lsp: use parallel parse files function 2019-02-13 04:21:09 +00:00
definition_test.go internal/lsp/cmd: add the definition mode 2019-01-31 16:39:42 +00:00
definition.go internal/lsp/cmd: add the definition mode 2019-01-31 16:39:42 +00:00
export_test.go internal/lsp/cmd: add the definition mode 2019-01-31 16:39:42 +00:00
location.go internal/lsp/cmd: fix a nil pointer and some minor clean-up 2019-02-06 04:15:39 +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: changing server noun to serve verb 2019-02-11 22:49:14 +00:00