commit | 707862fa78b87f8fb5d33b3920ff5662a607f1cf | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Tue May 14 21:20:41 2019 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Wed May 15 13:46:40 2019 +0000 |
tree | cdf5950849f170e3ba7ec264f75f2d90a6b55b41 | |
parent | 2196cb7019cc9876ad1b1d378e0e8309dbf5454c [diff] |
internal/lsp: use builtin package for signature help This change uses the builtin package to derive the signature help for builtin functions. Updates golang/go#31696 Change-Id: I458b3a89bdf143e7018e8be7cb6a5e8c068a47c2 Reviewed-on: https://go-review.googlesource.com/c/tools/+/176922 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>
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.