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
I am using lsp plugin for c++ coding with clangd server. Today I tried to rename symbol and its not working.
clangd
There is no errors just a message in the logs:
[Tue Mar 15 13:57:58 2022] { "id": 2, "result": { "changes": { "file:///home/bartolomey/projects/remote-helper/libs/remote-helper-new-core/remote-helper-new-core/file_copy_processor/file_functions.hpp": [ { "newText": "removeit", "range": { "start": { "line": 58, "character": 5 }, "end": { "line": 58, "character": 11 } } } ] } }, "jsonrpc": "2.0" } at /home/bartolomey/.config/lite-xl/plugins/lsp/init.lua:1426
The text was updated successfully, but these errors were encountered:
Haven't finished implementing mainly because I have to write a UI to confirm the changes
Sorry, something went wrong.
Finally implemented textDocument/rename fixes lite-xl/lite-xl-lsp#24
7592d8f
Successfully merging a pull request may close this issue.
I am using lsp plugin for c++ coding with
clangd
server.Today I tried to rename symbol and its not working.
There is no errors just a message in the logs:
The text was updated successfully, but these errors were encountered: