Lost my directory structure

Hello all,

I'm new to PHP storm.

After a restart my folder structure has dissapeared, I have to navigate by holding over the folders currently open on the top bar.

No matter what I change the Project dropdown to, my file explorer doesnt return on the left bar.

Any ideas?



Attachment(s):
Screen Shot 2012-03-13 at 17.53.02.png
0
2 comments

Hi Aaron,

  1. Exit PhpStorm
  2. Go to your project root folder, find (most likely) hidden folder called .idea and delete it. This will delete all setting for that project.
  3. Launch PhpStorm again and re-create project (File | Open Directory .. and then configure all settings again).


In any case -- here is corresponding ticket -- check the comments there:

0

A similar issue happened to me after I renamed the project and root directory. Try openning settings and search for “Add content root”. Check the “Project: {your project name} > Directories” settings tab and make sure you have at least one content root defined (if not, add your project's root directory).

0

Please sign in to leave a comment.