Why "Refactor" feature doesn't work after installed Python extension in VS Code? #21049
Answered
by
leonyk
Kai Yin (leonyk)
asked this question in
Q&A
|
I see Python extension for VS Code created by Microsoft is supporting refactoring function like Extract Variable, Extract Method and Rename Module etc. Anyone who knows how to make it works? Appreciate any hint in advance. |
Answered by
leonyk
Apr 14, 2023
Replies: 1 comment 1 reply
|
I found the solution and fixed it by running "pip install pyslp-rope". |
1 reply
Answer selected by
leonyk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the solution and fixed it by running "pip install pyslp-rope".