Haskell-language-server: Rename fails

Created on 9 Jul 2020  路  7Comments  路  Source: haskell/haskell-language-server

When I try to rename, I get:

Request textDocument/rename failed.
  Message: []
  Code: -32602 

I use VS Code with the Haskell Language Server plugin https://marketplace.visualstudio.com/items?itemName=alanz.vscode-hie-server

plugins bug enhancement

Most helpful comment

I think #282 mentions it

All 7 comments

I think it is not implemented in hls (and ghcide). It worked in hie using HaRe and we should reimplement the plugin, using HaRe (or Retrie?)

Oh ok
Would it be possible to return an actual error message when a feature is not implemented, so as not to make that kind of confusion?

I'm also getting this same error!

For now we should just make sure that we're not declaring the rename capability

Is there an appropriate issue for tracking this as a feature request now?

AFAIK, there is none yet.

I think #282 mentions it

Was this page helpful?
0 / 5 - 0 ratings