mirror of
https://github.com/golang/go
synced 2024-11-19 01:34:40 -07:00
a3f652f180
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> |
||
---|---|---|
.. | ||
test | ||
check.go | ||
cmd_test.go | ||
cmd.go | ||
definition.go | ||
export_test.go | ||
folding_range.go | ||
format.go | ||
imports.go | ||
info.go | ||
links.go | ||
query.go | ||
references.go | ||
rename.go | ||
serve.go | ||
signature.go | ||
suggested_fix.go | ||
symbols.go |