-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Renaming fails in vscode #135
Comments
Confirmed in v0.30.2. There's a fix for it in the |
nice! 🙂 |
The fix is published in v0.31.0. |
Thank you! It is working much better now, though there is still some behavior that seems a bit strange. When I go to rename a method parameter, it does not seem to know about the connection between the parameter in the method definition and the one that appears in the method body. For example, renaming param1 to p1 in the method body of the following example:
produces:
Renaming it in the definition produces:
This is also the case for block parameters. I noticed that the 'Find all References' command works in the same way and does not seem to recognize the connection between these symbols. |
Confirmed. I suspect there's an easy fix for this, so I should be able to work it into a patch release. |
Ok, that sounds good |
There's a fix in the master branch. It'll be released in v0.31.1. |
Cool, thank you for fixing this so fast 🙂 |
Published in v0.31.1. |
This is working much better in v0.31.1 Thank you! 🙂 |
@castwide I'm seeing this one again in 0.40.4.
|
Same on 0.42.3
|
Seeing this too in 0.44.0 |
I'm facing the same issue on version 0.44.1 |
Facing this issue in 0.44.2 with NeoVim. Can we reopen? |
confirm this still happens in neovim @castwide pls halp |
I'm really enjoying this extension so far, but I have noticed an issue. My attempts to rename a symbol, method, class/module, etc.. almost always fail in vscode. The only time I have had success is right after opening a new folder.
This error message is displayed:
Overlapping ranges are not allowed!
The console log shows:
vscode:
vscode ruby extensions:
vscode settings.json:
solargraph:
ruby:
The text was updated successfully, but these errors were encountered: