commit | 1058ed41f41a753118f11138e463285d488ceee9 | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Thu Apr 04 19:33:08 2019 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Fri Apr 05 14:18:02 2019 +0000 |
tree | f4ff483d8e8dcbb045789fc606fea06ac2de6f8a | |
parent | 923d25813098b2ffdf1b4bb7ee4ec425fef796a9 [diff] |
internal/lsp: add a "usePlaceholders" setting to gopls configuration This change allows us to determine if we should complete with placeholders in the function signature or not. We currently complete all functions with parameters with a set of parentheses with the cursor between them. Now, we support the option to tab through the parameters. Change-Id: I01d9d7ffdc76eb2f8e009ab9c8aa46d71c24c358 Reviewed-on: https://go-review.googlesource.com/c/tools/+/170877 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.