angular-cli-quick-switch-plugin
angular-cli-quick-switch-plugin copied to clipboard
Option to ignore stylesheet file
It would be very nice to have an option to toggle whether to ignore or not the stylesheet file. Typical Angular components do have TS, css/sass/less and HTML file.
In Projects using e.g. Material Design you will end up in very small amount of CSS code per component (mostly none).
For those projects it would be nice to be able to disable quick switch into stylesheet files. In the rare situations where I need to write stylesheet code, I would preffer for those projects to open the file manually.
Benefit: I can quickswitch between HTML and TS directly and in 99.9% it will be more effective.