Skip to content

Conversation

@Veykril
Copy link
Member

@Veykril Veykril commented Oct 5, 2023

Fixes #15711

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 5, 2023
@Veykril
Copy link
Member Author

Veykril commented Oct 5, 2023

I think this should be fine for single char queries, but if its not we could also special case it so we do exact searches for single char ones (practically useless), prefix search for 2 char queries and fuzzy for the rest

@Veykril
Copy link
Member Author

Veykril commented Oct 9, 2023

@bors r+

@bors
Copy link
Contributor

bors commented Oct 9, 2023

📌 Commit 4af730e has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Oct 9, 2023

⌛ Testing commit 4af730e with merge dca63d1...

@bors
Copy link
Contributor

bors commented Oct 9, 2023

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing dca63d1 to master...

@bors bors merged commit dca63d1 into rust-lang:master Oct 9, 2023
@lnicola lnicola changed the title Do flyimport completions by prefix search for short paths fix: Do flyimport completions by prefix search for short paths Oct 15, 2023
@lnicola
Copy link
Member

lnicola commented Oct 16, 2023

image

@Veykril Veykril deleted the flyimport-completions-short branch October 16, 2023 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Very limited autocomplete

4 participants