coc-extensions / coc-powershell

PowerShellEditorService integration for coc.vim
MIT License
58 stars 9 forks source link

Error on Notification Coc-Rename -> "rename": rename provider not found for current buffer #124

Open dseeni opened 3 years ago

dseeni commented 3 years ago

System Details

Issue Description

We used to be able to rename functions and variables in powershell right? It is no longer working, using coc-rename Error: Error on Notificatioon "rename": rename provider not found for current buffer

Does coc-powershell provide rename functionality for functions and variables??

Can someone else please confirm?

TylerLeonhardt commented 3 years ago

PowerShell's language server does not support renaming at this time... upstream: https://github.com/PowerShell/vscode-powershell/issues/261

dseeni commented 3 years ago

Thanks for the clarification Tyler! I somehow thought it used to work via the lsp, my mistake.