-
Notifications
You must be signed in to change notification settings - Fork 25
Open
pragtical/lsp
#3Description
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:
[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
Joao620
Metadata
Metadata
Assignees
Labels
No labels