PhpStorm hides directories in Project window

前端 未结 13 1028
再見小時候
再見小時候 2021-02-06 21:38

I\'m using PhpStorm 6.0.3, and it doesn\'t show any directories in the Project Tool Window. They were there just a minute ago but I managed to make them disappear by clicking or

13条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-06 22:02

    PHPStorm seems to do this in case of empty directories (at least if you actively delete a file inside of phpstorm).

    As a temporary quick fix you can simply open the folder in explorer and create any empty file:

    After you've done this, make sure you syncronize your project by right-clicking and selecting "Syncronize":

    That should make your previously hidden folder visible and you can simply create your first actual file and just delete the empty file afterwards.

提交回复
热议问题