commit | 885dec1b2d3dad20f354837cdebfa4f6009c7b04 | [log] [tgz] |
---|---|---|
author | Daisuke Suzuki <daisuzu@gmail.com> | Sun Feb 09 21:36:49 2020 +0900 |
committer | Rebecca Stambler <rstambler@golang.org> | Thu Feb 13 22:46:20 2020 +0000 |
tree | dba053451d7c9261ecdd9a186febbc1b8ea5e8a1 | |
parent | 695c81b9c693534f2daef553f9b55116b70768a6 [diff] |
internal/lsp/source: make matchers selectable in WorkspaceSymbols This change allows to use fuzzy or case-sensitive matchers in addition to case-insensitive when searching for symbols. Matcher is specified by UserOptions.Matcher just like Completion. Updates golang/go#33844 Change-Id: I4000fb7984c75f0f41c38d740dbe164398032312 Reviewed-on: https://go-review.googlesource.com/c/tools/+/218737 Reviewed-by: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This subrepository holds the source for various packages and tools that support the Go programming language.
Some of the tools, godoc
and vet
for example, are included in binary Go distributions.
Others, including the Go guru
and the test coverage tool, can be fetched with go get
.
Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs.
The easiest way to install is to run go get -u golang.org/x/tools/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/tools
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the tools repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/tools/(your subdir):” in the subject line, so it is easy to find.