How to rename?
#448
-
Feature descriptionI was shocked to find out my friends vscode can rename variables and traits across a project... i checked rustacean to see if this existed months ago and didnt see anything, but i never actually checked rust analyzer docs. low and behold it can do this. so many 1000's of hours wasted 💀 how do i use this from within rustacean? https://rust-analyzer.github.io/manual.html#rename |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Jul 9, 2024
Replies: 1 comment 1 reply
-
Tha's a built-in Neovim feature. See |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
9mm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tha's a built-in Neovim feature. See
:h lsp
and:h vim.lsp.buf.rename
.