Pydev for Eclipse does not change the whole link when renaming a package

I expected the pydev package to rename all references in the project when refactoring the module name. However, it is not. Does anyone know how to fix this?

+6
source share
1 answer

delete the project in eclipse and then create a new project in eclipse with the new project name. This will automatically add the contents of the projects to the new project.

0
source

Source: https://habr.com/ru/post/889980/


All Articles