1
0
mirror of https://github.com/golang/go synced 2024-10-01 08:18:32 -06:00
go/internal/lsp/source
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
..
completion.go internal/lsp: sort completions according to rank 2018-11-27 19:33:00 +00:00
definition.go internal/lsp: implement type definitions 2018-12-04 18:51:09 +00:00
diagnostics.go internal/lsp: move diagnostics logic to source directory 2018-11-12 22:54:56 +00:00
file.go internal/lsp: make format work on the ast not the source 2018-11-12 21:02:38 +00:00
format.go internal/lsp: fix and add tests for formatting 2018-11-15 19:42:43 +00:00
signature_help.go internal/lsp: implement signature help 2018-11-13 20:09:34 +00:00
uri.go internal/lsp: handle $GOROOT in file paths 2018-11-15 01:11:54 +00:00
view.go internal/lsp: make source independent of protocol 2018-11-07 18:42:35 +00:00