We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b42e3 commit 4fdaf49Copy full SHA for 4fdaf49
1 file changed
README.md
@@ -38,7 +38,9 @@ You can enable rename support using pylsp-rope with workspace config key
38
Note that this differs from the config key `pylsp.plugins.rope_rename.enabled`
39
that is used for the rope rename implementation using the python-lsp-rope's
40
builtin `rope_rename` plugin. To avoid confusion, avoid enabling more than one
41
-python-lsp-server rename plugin.
+python-lsp-server rename plugin. In other words, you should set both
42
+`pylsp.plugins.rope_rename.enabled = false` and `pylsp.plugins.jedi_rename.enabled = false`
43
+when pylsp-rope rename is enabled.
44
45
## Features
46
0 commit comments