mirror of
https://github.com/golang/go.git
synced 2025-05-29 03:11:26 +00:00
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>