Project file filters
I’m using stylus, coffee and jade in my project and gulp to compile them to the css, js and html, accordingly. Since that, I have many files in my project folders, which distract me all the time.
Is it possible to hide them from the project file list and show again if I really need to have a look what is in. To say the truth, there are not many cases when I actually need to open them.
请先登录再写评论。
Hi there,
You can use Scopes functionality to define the files/folders you want or do not want to see .. and then use that scope in Project View panel instead of default "Project".
NOTE that when custom scope is used in Project View panel, in some situations it may show project tree slightly differently (e.g. not showing empty folder ... or merge folder with subfolder into single entry)
@Andriy Bazanov ,
Thank you so much!
That's exactly I've been looking for.
That will be much better if scopes could filter files even in Ctrl+Shift+N window. It isn’t convenient to use a filter manually.
As I see, Ctrl+Shift+N window’s filter doesn’t correlate to the current scope. :(
However, in any case, scopes are awesome.
https://youtrack.jetbrains.com/issue/IDEA-85017
https://youtrack.jetbrains.com/issue/IDEA-107386
!file:*.bundle.*&&!file:.idea
Great!!!!