Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHPStorm 8.0.2 Create New Project from Existing Files is grayed out

Tags:

phpstorm

I cannot create new project from existing files since it is grayed out.

How to fix this?

I'm using PHPStorm 8.0.2 Build 139.732

Create New Project from Existing Files is grayed out

like image 891
MTJ Avatar asked Dec 26 '22 00:12

MTJ


2 Answers

Yes -- it is disabled in 8.0.2 for some reason (bug).

It has been fixed already -- https://youtrack.jetbrains.com/issue/WI-25902

Either wait for 8.0.3 to be released or use 8.0.3 EAP build -- http://eap.jetbrains.com/phpstorm

like image 62
LazyOne Avatar answered Dec 27 '22 13:12

LazyOne


I experience the same behaviour. What i do is just open some of my already working projects. Then I close that project and this option is not grayed out anymore. I guess it is a bug.

like image 23
O V Avatar answered Dec 27 '22 14:12

O V