-
Notifications
You must be signed in to change notification settings - Fork 1.1k
IDE: Consider fuzzy-search in completion #5507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
@abgruszecki hey, I found this issue while looking at scalameta/metals#4656 - I believe the completions are still limited in their fuzziness: Can you share more info about why this was closed? Maybe it was a little bit premature 😅 thanks! |
rochala
added a commit
that referenced
this issue
Apr 12, 2024
…mpiler) (#19850) Fixes scalameta/metals#4656 Fixes #5507 Fixes #17706 To ensure CI output will be the same on all runners, I'm scheduling runs on all jvm versions + windows. [test_windows_full] [test_java8] [test_java11] [test_java15] [test_java17] [test_java18] [test_java19]
olhotak
pushed a commit
to dotty-staging/dotty
that referenced
this issue
Apr 15, 2024
…mpiler) (scala#19850) Fixes scalameta/metals#4656 Fixes scala#5507 Fixes scala#17706 To ensure CI output will be the same on all runners, I'm scheduling runs on all jvm versions + windows. [test_windows_full] [test_java8] [test_java11] [test_java15] [test_java17] [test_java18] [test_java19]
WojciechMazur
added a commit
that referenced
this issue
Jul 5, 2024
…mpiler) (#19850) Fixes scalameta/metals#4656 Fixes #5507 Fixes #17706 To ensure CI output will be the same on all runners, I'm scheduling runs on all jvm versions + windows. [test_windows_full] [test_java8] [test_java11] [test_java15] [test_java17] [test_java18] [test_java19] [Cherry-picked acfc621][modified]
WojciechMazur
added a commit
that referenced
this issue
Jul 5, 2024
…mpiler) (#19850) Fixes scalameta/metals#4656 Fixes #5507 Fixes #17706 To ensure CI output will be the same on all runners, I'm scheduling runs on all jvm versions + windows. [test_windows_full] [test_java8] [test_java11] [test_java15] [test_java17] [test_java18] [test_java19] [Cherry-picked acfc621][modified]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we filter completion candidates that match the prefix that the user has written. We should try to do fuzzy search.
Originally posted by @smarter in #5476
The text was updated successfully, but these errors were encountered: