Skip to content

Rename Symbol not working #24

@BartolomeyKant

Description

@BartolomeyKant

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions