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
Actually this is a maven project and its name is defined from the maven pom.xml So if you want to change the name you need to change its name in pom.xml from
Code
to
My-prject-name