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

前端 未结 9 1112
名媛妹妹
名媛妹妹 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:01

    I found the solution to change “Recent Projects” list!

    1. browse 'setting.gradle' in your project

    2. change rootProject.name='new_project_name'

    However, this way only changes the project name.

    Try the answer of @Matthias together!

    0 讨论(0)
  • 2020-12-25 10:06

    Simply edit the file that contains the name: .idea/.name.

    0 讨论(0)
  • 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 :)

    0 讨论(0)
提交回复
热议问题