Symbol renaming for Rust not working #13923
Unanswered
giluis
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
The line
in the error logs is printed by the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Can't rename symbols out of the box in Rust (seems related to rust-analyzer, but it is working in other IDEs like VsCode).
Reproduction Steps
Reproduce
brew install helix
helix --health rust
see output belowcargo new --bin helixtest
hx helixtest
somefunction
(same behaviour if on top of function definition or function call.type
<Space>r
.I expected this to happen
You get a prompt to rename
somefunction
, and press enter to rename it across the file.Instead, this happens
Renaming does not happen and error message is shown as below:
Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
kitty 0.39.1
Installation Method
brew
Helix Version
helix 25.01.1 (e7ac2fc)
Beta Was this translation helpful? Give feedback.
All reactions