In the Visual Studio 2012 "Productivity Power Tools" plugin you can configure file tabs to be color coded based on regular expressions.
Im trying to match different file-types, like .less .cshtml, to have different colors but cant get it to work. Ive tried .*\.cshtml
for example..
What regex should I use to target .less and cshtml?
Follow the next steps:
At the end of the list, in the new row, in the RegEx/Project column, add (this will match both file types):
.*\.less|.*\.cshtml
Choose a color in the Tab Color column and click OK to save the settings
That's it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With