1
0
mirror of https://github.com/golang/go synced 2024-11-18 19:34:41 -07:00
go/internal/lsp
Ian Cottrell 8190738e3d internal/lsp: add formatting functions to some common lsp protocol types
These are intended only for debug printing and error messages for the most
common protocol types that you need to know the contents of.

Change-Id: I1f0f7b17b4b12c3b26096b46808bce37c3722ced
Reviewed-on: https://go-review.googlesource.com/c/150037
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2018-11-16 18:53:46 +00:00
..
protocol internal/lsp: add formatting functions to some common lsp protocol types 2018-11-16 18:53:46 +00:00
source internal/lsp: fix and add tests for formatting 2018-11-15 19:42:43 +00:00
testdata internal/lsp: fix and add tests for formatting 2018-11-15 19:42:43 +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: fix and add tests for formatting 2018-11-15 19:42:43 +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: 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