How to delete a project in IDE?

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...

0

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)

0
Avatar
Permanently deleted user

This "x" button not appear for me !
Version: 6.0.1
Windows 7 64bits

0

Correct -- it is not in v6

Just use "Delete" key for that.

0
Avatar
Permanently deleted user

Thats correct.
Worked for me.

0

请先登录再写评论。