commit | 96f2e7ef861b625ecc256679029cf597531360bc | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Tue Apr 09 07:22:09 2019 +0300 |
committer | Rebecca Stambler <rstambler@golang.org> | Tue Apr 09 22:37:05 2019 +0000 |
tree | 6a5220a8b0473f7da0e7a535c718ffbc4d5a1647 | |
parent | 9e5445377b7a6defdd04a4466548322eeb7f0eff [diff] |
internal/lsp: ignore errors for completion and signature help This change makes sure that we never return error messages for completions and signature help requests - just empty results. Change-Id: I00d75cd116daab63beb07f2344e47aac01bb64ee Reviewed-on: https://go-review.googlesource.com/c/tools/+/170958 Reviewed-by: Ian Cottrell <iancottrell@google.com> Run-TryBot: Ian Cottrell <iancottrell@google.com> 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.