Reputation: 8632
In Visual Studio you can have per-project colorized tabs with the Productivity Power Tools. It basically paints the tabs of the same project in the same color. Which makes the navigation a bit easier. It also looks like VS now supports it out of the box.
Is there a JetBrains (Rider) plugin that does the same?
Upvotes: 6
Views: 1805
Reputation: 94
I don't know if there is something that does it automatically, but you can do it "manually": https://www.jetbrains.com/help/rider/Configuring_Scopes_and_File_Colors.html
I had to save the settings multiple time to see the UI refresh.
Upvotes: 4