coc-powershell icon indicating copy to clipboard operation
coc-powershell copied to clipboard

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

Open dseeni opened this issue 3 years ago • 2 comments

System Details

  • Vim or NeoVim?: NeoVim 0.5 NVIM v0.5.0-dev+1118-gdf4440024
  • _Version of coc-powershell 0.1.4
  • Operating System: Windows
  • PowerShell version (in PowerShell: $PSVersionTable): 7.1.3

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?

dseeni avatar Mar 15 '21 22:03 dseeni

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

TylerLeonhardt avatar Mar 15 '21 23:03 TylerLeonhardt

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

dseeni avatar Mar 16 '21 02:03 dseeni