Is there an easy way to do it, or is there anyone knowing about such plugin?
For example if I have the following files in my sidebar:
- intex.js
- index.spec.js
- main.js
- main.spec.js
I want to dim the .spec files, essentially applying a filter on the listed files. The reason why is because .spec files can become quite annoying when you actually search for the source files on a project with forced test files along with the source.
Thanks!