mirror of https://github.com/golang/go.git
This change adds a list of conventional acronyms that are used for function completion. For example, "err" for "error" and "tx" for "sql.Tx" or "sqlx.Tx". Fixes golang/go#48260 Change-Id: Iff951ee58c0c95389d474cc45dfd84b483ff71e3 GitHub-Last-Rev: 05ccd5a2fe95e2e0504d28230308c4888477a977 GitHub-Pull-Request: golang/tools#363 Reviewed-on: https://go-review.googlesource.com/c/tools/+/381969 Reviewed-by: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> |
||
|---|---|---|
| .. | ||
| builtin.go | ||
| completion.go | ||
| deep_completion.go | ||
| deep_completion_test.go | ||
| format.go | ||
| keywords.go | ||
| labels.go | ||
| literal.go | ||
| package.go | ||
| package_test.go | ||
| postfix_snippets.go | ||
| printf.go | ||
| printf_test.go | ||
| snippet.go | ||
| statements.go | ||
| util.go | ||
| util_test.go | ||