igoryonya has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I've installed https://metacpan.org/dist/PLS module.
Configured it in NVIM with https://github.com/neovim/nvim-lspconfig plugin.
Auto completions work. It even shows documentation excerpts, when cursor is over some keyword or library module, but out of all issues, my biggest problem is that Language Server's renaming doesn't work.
When I try to rename some function or a variable, it gives me an error:
'[LSP] Rename, no matching language servers with rename capability.'
Does anybody know, if perl Language servers don't support such functionality or did I configure something wrong?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PLS (Perl Language Server) renaming support in NVIM
by ablanke (Monsignor) on May 23, 2025 at 07:04 UTC |