python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.76k stars 186 forks source link

Feature request: module level renaming #455

Closed italovieira closed 3 months ago

italovieira commented 9 months ago

By the moment I write, pylsp is able to rename variables and classes and update the references across all source code. But, as far as I know, this feature is currently missing for modules/files.

italovieira commented 3 months ago

This can be closed since now pylsp-rope can do it https://github.com/python-rope/pylsp-rope/issues/14.