Rename symbol does not rename variables in println statements #16470
Labels
bug
[core label]
language server failure
Language server doesn't work as expected
language server
An umbrella label for all language servers
rust
Rust programming language support
Check for existing issues
Describe the bug / provide steps to reproduce it
Using the
Rename Symbol
action in rust code does not update the variable name inprintln
statements (it does update them inprint
statements)eg
some_var
inprintln!("{some_var}")
does not get updated when changing the variable name:Environment
Zed: v0.148.1 (Zed)
OS: macOS 14.5.0
Memory: 32 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: