Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebStorm won't display project folders

As seen below in the picture, when I 'open folder' of a project I am developing, WebStorm doesn't display the folders in the projects window, only the files:

enter image description here

Any suggestions are greatly appreciated!

like image 618
Rice Avatar asked Sep 21 '16 19:09

Rice


2 Answers

Delete caches and .idea folder. Then restart your IDE. .idea folder will be recreated.

like image 165
Kutsan Kaplan Avatar answered Sep 22 '22 20:09

Kutsan Kaplan


  1. WebStorm > Preferences > Directories > "+ Add Content Root" > [root dir] > Apply
  2. If still not showing:
    • At top of Project panel, if dropdown is set to anything other than "Project" (e.g., "Default"), switch it to Project.
like image 30
Boston Matt Avatar answered Sep 19 '22 20:09

Boston Matt