1
0
mirror of https://github.com/golang/go synced 2024-10-01 10:28:31 -06:00
go/internal/lsp/fuzzy
Rebecca Stambler 2214986f16 internal/lsp/fuzzy: add fuzzy matching library
This change uses a fuzzy matching library to score completion results.

Updates golang/go#32754

Change-Id: Ia7771b33534de393a865443e05c0fcbf1e9a969b
Reviewed-on: https://go-review.googlesource.com/c/tools/+/184441
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-07-03 21:24:19 +00:00
..
input_test.go internal/lsp/fuzzy: add fuzzy matching library 2019-07-03 21:24:19 +00:00
input.go internal/lsp/fuzzy: add fuzzy matching library 2019-07-03 21:24:19 +00:00
matcher_test.go internal/lsp/fuzzy: add fuzzy matching library 2019-07-03 21:24:19 +00:00
matcher.go internal/lsp/fuzzy: add fuzzy matching library 2019-07-03 21:24:19 +00:00