Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 228
Matthias Avatar asked May 23 '13 11:05

Matthias


People also ask

How do I rename a project in IntelliJ?

Rename projectsRight-click the root folder of your project and select Refactor | Rename from the context menu or press Shift+F6 . In the dialog that opens, choose the rename strategy.

How do I change a project in IntelliJ?

Change project locationIn the Project tool window Alt+1 , right-click the root directory of your project and select Refactor | Move directory ( F6 ). In the dialog that opens, specify a new location for the project and click Refactor.

How do I rename a root module in IntelliJ?

Update Module Name in IntelliJ Now, let's open the project folder in IntelliJ. Then, open the settings. gradle. kts file and rename the rootProject.name to kotlinkafkadynamodemo .


1 Answers

Found the solution.
You can rename the Project under "File > Project Structure > Project > Project Name".

enter image description here

like image 120
Matthias Avatar answered Sep 19 '22 02:09

Matthias