commit | f59e586bb35d2073f940c7d02e0746dcec436810 | [log] [tgz] |
---|---|---|
author | Marwan Sulaiman <marwan.sameer@gmail.com> | Fri Mar 15 12:10:31 2019 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Fri Mar 15 16:51:35 2019 +0000 |
tree | 6e34887d4e018e0a8eb80f1e650e7ff3853c8fdd | |
parent | 8110780cfa068905824bca5103f95cac20c79fc8 [diff] |
cmd/lsp: skip completion in string literals This CL ensures that a "." inside a string literal will return an empty completion list. Fixes golang/go#30477 Change-Id: I1442d0acab4c12a829047805f745c4729d69c208 Reviewed-on: https://go-review.googlesource.com/c/tools/+/167857 Reviewed-by: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@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.