filipdutescu / renamer.nvim

VS Code-like renaming UI for Neovim, writen in Lua.
Apache License 2.0
298 stars 11 forks source link

Global renaming of variables #126

Closed santiago-br closed 2 years ago

santiago-br commented 2 years ago

Proposal

Hey!

Is there some function to globally rename a variable? if not, you could integrate something like this

filipdutescu commented 2 years ago

Hey, thanks for the feature request. I'm not sure what you mean by globally rename a variable? It already does globally rename symbols, using the LSP server of you're language. Can you please clarify?

santiago-br commented 2 years ago

Hey Filip, yeah, I think I wasn't saving all the buffers, so I'm closing this issue 😄

filipdutescu commented 2 years ago

Glad you figured it out haha! Thanks for closing the issue and explaining you solution as well, in case others have the same problem! :grin: