Renaming a project in IntelliJ IDEA

前端 未结 13 1359
無奈伤痛
無奈伤痛 2020-12-07 14:48

I have some projects where the directory containing the project is called \"Code\".

When I open IDEA, in my recent projects list all I see is that name.

Is t

13条回答
  •  天命终不由人
    2020-12-07 15:04

    Tips for renaming a Gradle project

    1. Exit IntelliJ IDEA

    2. Edit contents of the following files {project_root}/settings.gradle {project_root}/.idea/.name

    3. Open IntelliJ IDEA

    4. Refresh Gradle Project

提交回复
热议问题