Reputation: 391
Previously in Visual Studio Community 2017 I had configured a series of Regex expressions to color the tabs when working in MVC according to whether these were controllers, views, models, dbcontext, and other custom conditions to find them better visually.
Now I'm testing Visual Studio 2019 and although I installed the productivity power tools, they say that the Custom Document Well component is only available for VS2017.
Here is the page to the productivity power tools
Is there another way to do the same in VS2019?
Upvotes: 2
Views: 1020
Reputation: 27940
You can use my Tabs Studio extension to color tabs in VS 2019:
Upvotes: 0