Duplicate a project with a different name

Hi, I need to duplicate a project with a different name built with Cuba Studio and intellij, I would like the new name of the project and all its references to be automatically changed throughout the project. What would be the best way to do it ?. I do not use any version control manager.
Thanks and regards.

Hi Jose,

Unfortunately, there is no automatic or anyhow elegant way to do this. The laborious but working approach is to use the “Replace in path” functionality with “Match case” option in IntelliJ Idea. After that, you’ll possibly need to rename manually some packages or TestContainer class files.

duplicate_project