mirror of
https://github.com/golang/go
synced 2024-11-18 15:04:44 -07:00
internal/lsp: turn fuzzy matching and deep completions back on
We turned them off for the release, but let's keep them on at master so that we can get more feedback. Change-Id: Iaadf27d59ef925ba8ee2bc02acbb9c77c2935ce2 Reviewed-on: https://go-review.googlesource.com/c/tools/+/195059 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
parent
b0a6c2aa3f
commit
87d9f09c5d
@ -30,8 +30,8 @@ var (
|
||||
},
|
||||
Completion: CompletionOptions{
|
||||
Documentation: true,
|
||||
Deep: false,
|
||||
FuzzyMatching: false,
|
||||
Deep: true,
|
||||
FuzzyMatching: true,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user