IntelliJ IDEA: How to rename a project (in “Recent Projects” list)?

前端 未结 9 1317
名媛妹妹
名媛妹妹 2020-12-25 09:25

Is there an easy way in IDEA 12 to rename a project in the \"Recent Projects\" list?

9条回答
  •  感动是毒
    2020-12-25 10:08

    intellij project structured in folder

    I completed the renaming as below.

    The attached image is structured in project folder.

    Must make changes in the xml into a new project name.

    1. close IDEA intellij (14.0.2)

    2. change intellij project name (folder)

      e.g) old_project_name -> new_project_name

    3. change .idea in folder

    We have only changed the

    1) artifacts in folder -> xml

    2) runConfigurations in folder -> xml

    3) modules.xml

    4) workspace.xml

    5) [your_project_name].iml

    (Depending on your project structure, your folder may not contain xml)

    1. restart IDEA intellij

    2. File -> Import Module...[your intellij project]

    I hope this helps you :)

提交回复
热议问题