-
Notifications
You must be signed in to change notification settings - Fork 19
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
Rename functionality not working #50
Comments
Please checkout verbose output https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel |
Thanks for the reply! |
I think the issue is related to #6. |
I am not able to rename as well, i get the below error when i rename an enum for example. "Rename failed: RLS found nothing to rename - possibly due to multiple defs" @simonschmoll did you manage to get it working? |
I am currently trying to get coc.nvim working with rust. Most features work fine, but I can not rename anything (variables or modules). I use the example config of coc.nvim and after the shortcut
<leader> rn
, I can confirm a new name. However, it will not apply the change. I assume this is because the language server might not be correctly setup, even though I used the described setup in the README. Do you have any hints, what could cause this problem?The text was updated successfully, but these errors were encountered: