When I start up PyCharm, it displays the list of recent projects. How can I remove a project from that list?
In Linux: 1. Close PyCharm
Edit this file:
~/.PyCharm2017.2/config/options/recentProjectDirectories.xml
The recent file list looks like this:
<component name="RecentDirectoryProjectsManager">
<option name="recentPaths">
<list>
<option value="$USER_HOME$/PycharmProjects/INTEG-1475" />
<option value="$USER_HOME$/PycharmProjects/INTEG-6666" />
<option value="$USER_HOME$/PycharmProjects/integ" />
<option value="$USER_HOME$/PycharmProjects/scripts" />
<option value="$USER_HOME$/dev/core-system" />
<option value="$USER_HOME$/PycharmProjects/get-logs" />
</list>
Remove unwanted directories from the list
Save the file
Start PyCharm