Does WebStrom have collapsable file groups like Visual Studio?
In the WebStrom Project Browser, is there a way to have collapsable files groups the similar to how the Visual Studio Solution Explorer groups together the 3 files: (FileXYZ.aspx, FileXYZ.aspx.designer.vb, FileXYZ.aspx.vb)
Please sign in to leave a comment.
Hi Walter,
Yes and No.
Generally speaking: No -- it does not have it.
But Yes -- it is available IF "source" file got processed via File Watchers plugin (e.g. *.less/*.scss -> *.css; *.ts -> *.js; *.cofee -> *.js; *.js -> *.min.js etc )