strtCoding
strtCoding

Reputation: 391

Regex Color tabs in Visual Studio Community 2019 don't seem to be working

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

Answers (1)

Sergey Vlasov
Sergey Vlasov

Reputation: 27940

You can use my Tabs Studio extension to color tabs in VS 2019:

enter image description here

Upvotes: 0

Related Questions