lsp-pyright icon indicating copy to clipboard operation
lsp-pyright copied to clipboard

Rename Symbol not working with lsp-pyright

Open CsBigDataHub opened this issue 2 years ago • 1 comments

Not sure if this is a language server issue or lsp-pyright issue.

lsp-rename works with pylsp language server but not pyright

pyright version 1.1.187 lsp-mode 20211115.807

update - tested it with eglot aswell but I had the same issue there, eglot think the rename is successful but it was not.

CsBigDataHub avatar Nov 18 '21 16:11 CsBigDataHub

Are you trying to rename a file or a class/variable/function/etc. in Python code?

lsp-rename for Python code works for me, but I get an error "The connected server(s) doesn't support renaming" when calling lsp-rename on a file in dired.

holocronweaver avatar Aug 15 '23 01:08 holocronweaver