Не корректное отображение пустых каталогов в scope
已回答
Добрый день.
Столкнулся с проблемой - у меня есть несколько scope и в одном из них я создаю пустой каталог 
После этого я переключаюсь на любой другой scope и возвращаюсь обратно - каталог не отображается

Хотя в общей структуре каталогов мой каталог имеется

После того, как я создаю там любой файл, каталог начинает отображаться в scope

Очень не удобно :(
Почините пожалуйста :)
TL;DR: Empty directories are not shown in certain scopes
请先登录再写评论。
Hi there,
It is how it was designed in first place: scope applies to files. Think about it: you want to show only *.css files; they are located in 5 different folders out of 120 folders in the project -- why show all 120 folders while you can limit it to the needed 5 or so.
In any case: from 2018.2 it will show empty folders as well (if your scope is made for folder). You may try EAP build now if so desired (check blog for the links).
thx