mirror of https://github.com/golang/go.git
Hook up the fastfuzzy symbol matcher to our fzf-style query parsing, for consistency with the (slow) fuzzy matcher. In the past I had wanted to implement this natively inside the SymbolMatcher, but it is much simpler to keep using combinators. In the common case we'll just be using fuzzy matching. For golang/go#50016 Change-Id: I1c62c8c8e9d29da570cb1e4034c2b10782529081 Reviewed-on: https://go-review.googlesource.com/c/tools/+/376362 Trust: 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> Reviewed-by: Peter Weinberger <pjw@google.com> |
||
|---|---|---|
| .. | ||
| input.go | ||
| input_test.go | ||
| matcher.go | ||
| matcher_test.go | ||
| symbol.go | ||
| symbol_test.go | ||