-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
:RustLsp ssr
: Cannot find delimiter ==>>
#104
Labels
bug
Something isn't working
Comments
I never could get this feature working with rust-tools either, so the bug might likely got inherited from it. Also: SSR works under VSCode with rust-analyzer. |
adaszko
changed the title
RustLsp ssr errors out
RustLsp ssr: Cannot find delimiter Dec 20, 2023
==>>
adaszko
changed the title
RustLsp ssr: Cannot find delimiter
:RustLsp ssr: Cannot find delimiter Dec 20, 2023
==>>
==>>
adaszko
changed the title
:RustLsp ssr: Cannot find delimiter
Dec 20, 2023
==>>
:RustLsp ssr
: Cannot find delimiter ==>>
Thanks for reporting 😄 I have a fix in the pipeline. |
🚀 🚀 🚀 😄 |
Fantastic! Works now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Neovim version (nvim -v)
v0.9.4
Operating system/version
macOS
Output of :checkhealth rustaceanvim
How to reproduce the issue
:RustLsp ssr bar($a) ==>> baz($a)
Expected behaviour
bar(123)
gets replaced withbaz(123)
.Actual behaviour
The minimal config used to reproduce this issue.
The text was updated successfully, but these errors were encountered: