Group Files in Project View
I have many files:
- name.css
- name.min.css
- name.sass
I build name.sass to name.css and min.css via GULP.
I wanna see only one file like: name.sass.
Or better like tree name.sass ->
- name.css
- name.min.css
Like via File Watcher....
How to enable it?
Maybe plugin help me?
Thanks!
请先登录再写评论。
Hi there,
ATM such grouping can only be achieved by using File Watcher plugin.
https://youtrack.jetbrains.com/issue/WEB-7635
Very bad,
May be I can write plugin.
Is it possible?
May be someone now good(with sources) plugin which works with project view.
Or Does it hard?
Sure.
Plugin development links (I believe these links are still actual -- collected them almost 2 years ago):
No clue at all. But you definitely need to know Java (and should be able read IntelliJ IDEA Community version source code to see how it actually works).
Thanks!
Where I can find File Watcher source?
If it's part of IntelliJ IDEA Community version or is open sourced, then you should find it in their repo: https://github.com/JetBrains
May be some one can write this plugin for donation? ;)