forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove support for rope #10440
Copy link
Copy link
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.feature-requestRequest for new features or functionalityRequest for new features or functionalitypartner askverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.feature-requestRequest for new features or functionalityRequest for new features or functionalitypartner askverifiedVerification succeededVerification succeeded
Environment data
"python.jediEnabled"set to; more info How to update the language server to the latest stable version #3977): tested with both. Doesn't seem to effect thisSteps to reproduce:
Expected behavior
It extracts the method
Actual behavior
A notification appears telling me to save the file. Why do I need to save? And if saving is really required for now, why don't you just save the file for me?
This current UX makes refactoring a pain