We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lol, right before updating to version, that fixes #72 I found this behavior:
It happens all the time(not realy all, but ~50% of completions) and updating to new version doesn't help.
P.S. Issue doesn't disappear if I use/don't use suggestions for #72; updating rustanalyzer also doesn't help.
The text was updated successfully, but these errors were encountered:
I have a similar issue, and #72 didn't fix it for me as well... Notice that it overrides the completion candidate when scrolling through them
I have this workaround for now for rust capabilities which seems to work okay:
config.capabilities = vim.tbl_deep_extend("force", vim.lsp.protocol.make_client_capabilities(), { resolveSupport = { properties = { "additionalTextEdits", "textEdits", "tooltip", "location", "command", }, }, })
Sorry, something went wrong.
No branches or pull requests
lol, right before updating to version, that fixes #72 I found this behavior:
Screencast.From.2024-12-11.19-48-39.mp4
It happens all the time(not realy all, but ~50% of completions) and updating to new version doesn't help.
P.S. Issue doesn't disappear if I use/don't use suggestions for #72; updating rustanalyzer also doesn't help.
The text was updated successfully, but these errors were encountered: