1
0
mirror of https://github.com/golang/go synced 2024-10-01 09:28:37 -06:00
go/internal/lsp/cmd/test
Francesco Renzi a3f652f180 tools/gopls: add cmd support for folding_ranges
This change adds command line support for foldingRange.
Provided with a file, it will display a list of folding
ranges within that file, with 1-indexed positions using
the format
{startingLine}:{startingChar}-{endingLine}:{endingChar}

Example:

$ gopls folding_ranges ~/tmp/foo/main.go
$
$ 3:9-6:0
$ 10:22-11:32
$ 12:10-12:9
$ 12:20-30:0

Updates golang/go#32875

Change-Id: Ib35cf26088736e7c35612d783c80be7ae41b6a70
Reviewed-on: https://go-review.googlesource.com/c/tools/+/206158
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-11-12 00:55:09 +00:00
..
check.go internal/lsp: fix race condition in metadata handling 2019-11-04 20:35:57 +00:00
cmdtest.go tools/gopls: add cmd support for folding_ranges 2019-11-12 00:55:09 +00:00
definition.go internal/lsp/cmd: re-enable the definition cmd tests 2019-11-04 17:18:34 +00:00
folding_range.go tools/gopls: add cmd support for folding_ranges 2019-11-12 00:55:09 +00:00
format.go internal/lsp: use options hooks to install diff driver 2019-10-11 16:38:31 +00:00
imports.go tools/gopls: add command line support for imports 2019-10-29 17:11:47 +00:00
links.go tools/gopls: add command line support for links 2019-11-01 17:18:15 +00:00
references.go tools/gopls: add cmd support for references 2019-10-25 16:51:12 +00:00
rename.go internal/lsp: use options hooks to install diff driver 2019-10-11 16:38:31 +00:00
signature.go tools/gopls: add cmd support for signature 2019-10-31 22:07:37 +00:00
suggested_fix.go tools/gopls: add command line support for suggestedfix 2019-10-30 23:29:56 +00:00
symbols.go tools/gopls: add cmd support for symbols 2019-11-01 17:43:07 +00:00