Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
How to delete a project in IDE?
Permanently deleted user
Created
I'm so new to PHPStorm, The first thing i want to do in PHPStorm is to create and delete project. However, i can't find any button in file to delete it on IDE...
Please define what do you mean by "delete the project".
If you want to remove it from recently used list -- close all projects in IDE, the main background screen will show you the recent list, where you can click on "x" button next to project name (when hovering over that project).
If you want to delete project from disk -- do it in your file browser (Explorer, Finder etc) -- all project settings are stored in .idea subfolder of the project folder (e.g. MY_PROJECT/.idea)
Hi juidan,
Please define what do you mean by "delete the project".
If you want to remove it from recently used list -- close all projects in IDE, the main background screen will show you the recent list, where you can click on "x" button next to project name (when hovering over that project).
If you want to delete project from disk -- do it in your file browser (Explorer, Finder etc) -- all project settings are stored in .idea subfolder of the project folder (e.g. MY_PROJECT/.idea)
This "x" button not appear for me !
Version: 6.0.1
Windows 7 64bits
Correct -- it is not in v6
Just use "Delete" key for that.
Thats correct.
Worked for me.