Is it possible to replace Rope for refactoring of python code in VS Code?

598 Views Asked by At

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.

1

There are 1 best solutions below

0
On

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.