Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove a project (from the workspace) in PHPStorm?

How can I delete (and not simply close) a project in PHPStorm?

like image 725
automatix Avatar asked Mar 11 '13 12:03

automatix


People also ask

How do I delete a project in PhpStorm?

From the main menu, select File | Open Recent and click Manage Projects at the very bottom of the recent projects list. From the list of recent projects, select the project to remove and then click the closing icon for the project to remove.

How do I close a project in IntelliJ?

From the main menu, select File | Close All Projects. This action closes all projects that are currently opened in IntelliJ IDEA.


1 Answers

**Two Approaches for PHPSTORM 2018.3 Version **

A. Eternal Removal or Deletion from Hardware and Phpstorm IDE

  Please visit the folder 'PhpstormProjects' and delete the project file manually. If you do so, you will see the folder disappear from Phpstorm explore window. This might be weird, but true. 

B. Remove from the recent project panel of Phpstorm 2018.3 (The folder after such removal will hide and a creation of the same name of project will restore the removed from the recent project panel.)

    1. Click  File > Close project       2. From Recent projects, select project, press the fn(on normal keyboard -       key between right Alt and Ctrl, not windows key)+Delete 
like image 56
Petre Sosa Avatar answered Sep 28 '22 13:09

Petre Sosa