Renaming a project in IntelliJ IDEA

前端 未结 13 1353
無奈伤痛
無奈伤痛 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:15

    If your project is file based, you cannot rename the project from within IDEA.

    Convert your project to a directory based format, and then you will have the option to rename it under "File > Project Structure > Project > Project Name".

提交回复
热议问题