1
0
mirror of https://github.com/golang/go synced 2024-10-01 07:38:32 -06:00
go/internal/lsp/telemetry
Muir Manders 41f3357785 internal/lsp: don't deep complete struct field names
When it is certain we are completing a struct field name, we don't
want deep completions. The only possible completions are the remaining
field names.

I also silenced the log spam in tests by disabling the go/packages
logger and the lsp logger.

Fixes golang/go#33614

Change-Id: Icec8d92112b1674fa7a6a21145ab710d054919b4
Reviewed-on: https://go-review.googlesource.com/c/tools/+/190097
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-08-13 21:38:55 +00:00
..
log internal/lsp: don't deep complete struct field names 2019-08-13 21:38:55 +00:00
metric internal/lsp: add the metrics package 2019-07-11 17:12:21 +00:00
ocagent internal/lsp/telemetry/ocagent: add convertAnnotation tests 2019-08-05 19:50:47 +00:00
stats internal/lsp: add new stats library 2019-07-09 19:46:23 +00:00
tag internal/lsp: add a new telemetry based logging system 2019-07-18 19:02:45 +00:00
trace internal/lsp: new tracing system 2019-07-18 23:00:54 +00:00
worker internal/lsp: add an ocagent exporter for the telemetry system 2019-07-19 00:56:02 +00:00
telemetry.go internal/lsp: add new stats library 2019-07-09 19:46:23 +00:00