-
Notifications
You must be signed in to change notification settings - Fork 456
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
Code Autocomplete Order Messed Up #2917
Code Autocomplete Order Messed Up #2917
Comments
The response returned from LS is:
It's strange because from my understanding, The sort text @Eskibear, do you have any idea about this? |
If |
Yup, this seems to be what https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionItem indicates. Just wanted to make sure the change can be justified directly from what the spec says. |
[provide a description of the issue]
Environment
Steps To Reproduce
Current Result
Right now, this is what shows up in the code autocomplete:

Expected Result
I expected the starred completion (
parseInt()
without any arguments) to show up at the top, but for some reason it's at the bottom.The text was updated successfully, but these errors were encountered: