IntelliJ IDEA: How to rename a project (in “Recent

2019-02-01 19:54发布

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

8条回答
走好不送
2楼-- · 2019-02-01 20:51

To rename project in IDEA 13 CE

  1. Close IDEA project
  2. Find project files *.ipr, *.iml, *.iws
  3. Rename all these files as you want to be named project e.g. New Project.ipr(iml,iws)
  4. Open project file in IDEA
查看更多
神经病院院长
3楼-- · 2019-02-01 20:56

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".

This was just done on 14 ultimate.

查看更多
登录 后发表回答