1

As far as I understand - Rope is not supported now: https://github.com/microsoft/vscode-python/issues/10440.

How can I replace it by something else ?

I don't see refactor extensions available.

Andrey
  • 5,932
  • 3
  • 17
  • 35

1 Answers1

0

You can use pylsp-rope to use Rope from any editors that supports LSP.

Disclosure: I am the author of pylsp-rope and maintainer of rope.

Lie Ryan
  • 62,238
  • 13
  • 100
  • 144