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.