commit | fc3ed20887c3d3b63d99e76b2ba2f1c4fec164a2 | [log] [tgz] |
---|---|---|
author | pjw <pjw@google.com> | Mon Nov 08 07:04:31 2021 -0500 |
committer | Peter Weinberger <pjw@google.com> | Wed Nov 10 16:35:53 2021 +0000 |
tree | 641343ee8cb06575bc0dfa88dcdc7010ad2303d3 | |
parent | e9000123914f47adec7b3e4c27e022ab6b7bf4b7 [diff] |
internal/lsp: enable template processing and add templateFiles option Move template processing out of experimental and enable it. Users can set the option 'templateSupport' to false to disable it. Also, add a new flag 'templateExtensions', defaulting to ['tmpl','gotmpl'] to let the user provide a list of extensions of files to be considered as template files. Change-Id: I724387738c1632256999cda304d6cf9fa48ed91d Reviewed-on: https://go-review.googlesource.com/c/tools/+/362241 Run-TryBot: Peter Weinberger <pjw@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Peter Weinberger <pjw@google.com> Reviewed-by: Robert Findley <rfindley@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 install
.
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 install golang.org/x/tools/...@latest
.
This repository uses prettier to format JS and CSS files.
The version of prettier
used is 1.18.2.
It is encouraged that all JS and CSS code be run through this before submitting a change. However, it is not a strict requirement enforced by CI.
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.