IntelliJ - Delete list of previously opened projects?

前端 未结 8 2118
有刺的猬
有刺的猬 2021-02-07 01:31

Is there a way in IntelliJ IDEA to delete previously used projects? I am referring to a list on the main page when the application starts. Please look at the image.

相关标签:
8条回答
  • 2021-02-07 01:51

    Close all projects till you reach the welcome screen. Right click on the project and choose Remove Selected from Welcome Screen. Or click on the cross arrow on the upper right corner of the selected project.

    0 讨论(0)
  • 2021-02-07 01:56

    Locate config\options\other.xml file and manually edit the list of recent projects inside the XML under <component name="RecentProjectsManager"> node.

    There is no way to remove individual projects from the UI. See Dan's reply otherwise.

    0 讨论(0)
  • 2021-02-07 01:57

    In IntelliJ15, you can remove them from welcome screen, works ctrl+a and then remove all of them.

    0 讨论(0)
  • 2021-02-07 02:04

    File -> Open Recent -> Clear List

    Edit: For versions of 2016+ this is no longer available. Use This solution: File -> Open Recent -> Manage Recent Projects / Startup Dialog, ctrl+a (select multiple with ctrl+click) -> del

    0 讨论(0)
  • 2021-02-07 02:04

    In Idea 2019 it is located in Idea Colder\config\options\recentProjects.xml

    0 讨论(0)
  • 2021-02-07 02:06

    Just figured, I am using Idea Community edition 13.1.1 and the cleanest and easiest way is to go to File > Reopen project > Clear List. I just stumbled upon this menu today. I always thought that is just to clear the latest projects from the view inside the IDE and just realized it is clearing the projects from the main Dialog too.

    -VRS

    0 讨论(0)
提交回复
热议问题