Open practicalli-johnny opened 6 months ago
Renaming of an ns namespace doest not seem to be supported
ns
Renaming a namespace or a filename does not allow LSP to update related occurrances.
Investigate if this is a limitation with the Neovim client, lsp related plugins or configuration.
Error on prepareRename: Can't rename - client does not support file renames.
The Neovim Error suggests that Neovim client does not support prepareRename, even with https://github.com/antosha417/nvim-lsp-file-operations plugin
LSP spec https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareRename
NOTE: I dont think renaming a namespace has worked since I've been using Neovim
Renaming of an
ns
namespace doest not seem to be supportedRenaming a namespace or a filename does not allow LSP to update related occurrances.
Investigate if this is a limitation with the Neovim client, lsp related plugins or configuration.
The Neovim Error suggests that Neovim client does not support prepareRename, even with https://github.com/antosha417/nvim-lsp-file-operations plugin
LSP spec https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareRename