How to stop language server client from ordering result? #11205
Unanswered
JustFrederik
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im trying to setup a lsp which orders the results. It's a crate suggestion feature. If the name contains only a single version(0.1.0) or the name contains a number it's unlikely that this is what is searched for and therefore needs to moved down. My ordering isn't kept. What can I change to order allow server ordering?
Beta Was this translation helpful? Give feedback.
All reactions