-
Notifications
You must be signed in to change notification settings - Fork 205
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
Order precise matches over fuzzy ones in application property suggestions #1342
Comments
Definitely something we need to improve, totally agree. Aiming at working on this for the |
Looked into this quite a bit, somewhat related to eclipse/lsp4e#842. I added a workaround for this my marking the completion result list as incomplete, which then triggers a new computation of completions - and as a side effect, a new sorting of the results. Would be interesting to see what you think of this @odrotbohm, once we have a CI build ready for testing. I am especially interested in your opinion about a "feature" that is implemented here, which removes the Will update the issue here once the CI build is around that includes this and testing can start. |
@odrotbohm CI builds including this update are now available at https://cdn.spring.io/spring-tools/snapshot/STS4/nightly-distributions.html |
I've added the update site, get updates presented but the install fails with a few of these:
and a few follow up errors complaining about downloads having failed. |
@odrotbohm Can you try again? Probably a network glitch or a problem of updating the repository while downloading from it... |
…ture, will bring that back behind a preference
Two things are done here now:
With that, I think we can close this item. Changes will ship as part of the upcoming release. |
This looks much better now, thanks! 🙇 |
Great to hear and thanks a lot for giving it a try. |
When I type
spring.task.
in an application properties file, I would like to see the properties starting with the full match first. Currently, fuzzy matches are presented first if they sort higher than the full match.These are the first results I get suggested:
Here are the precise matches further down:
The text was updated successfully, but these errors were encountered: