python-refactoring READMEVSCode extension that provides an expanded refactoring catalog. Select code to refactor and type In early ALPHA!!! Please use with caution and report any issues you find. FeaturesUsing pylsp with pylsp-rope to provide many automated python refactoring actions. pylsp itself comes with many features similar to those provided by the microsoft python extension. To avoid conflicts they were all disabled but can be re-enabled through the settings. RequirementsYou must install VSCode's python extension first. Extension SettingsAvailable under 'pylsp' settings. Known IssuesNothing is guarenteed to work at the moment. The refactoring menu provides many options, some of are not really relevant to the code you have selected. That is an issue coming from pylsp-rope. I hope I'll have time to contribute there to fix it. Release NotesV0.0.13Updated extension page. V0.0.12Disabled all default pylsp options to avoid conflicts with microsoft's python extension. V0.0.11Added pylsp server output to vscode's output window. V0.0.6-V0.0.9Garbage versions from when microsoft had issues with their publish pipeline. Not sure how to unpublish them yet. V0.0.5Switched to using pylsp with pylsp-rope. Enjoy! |