coc-extensions / coc-powershell

PowerShellEditorService integration for coc.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dseeni opened this issue · 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?

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

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