We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
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
The text was updated successfully, but these errors were encountered: