Clarify LSP rename across files

Is there a way to make it more clear to the user when a language server is renaming something across multiple files?

Currently when this happens, neovim will silently open the other files to perform the rename, meaning that they have to be manually saved. Since there’s not message about it, it’s also easy to miss where changes are being made.

Thanks.

I had the same problem at first, and then I just got used to doing :wall once I do a rename.

1 Like