Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Productivity Power Tools configuration settings

I'm trying to figure out where the Visual Studio Productivity Power Tools settings are stored. I recently moved to a new instance of visual studio and I've lost all of my Power Tools regex tab coloring settings. They are clearly not part of the normal VS2010 settings file, as I exported and imported this already. Any help would be great!

like image 351
farina Avatar asked Jun 18 '12 16:06

farina


1 Answers

It's just stored in the registry under

HKCU\Software\Microsoft\VisualStudio\10.0

It seems the regexes are under

...\DialogPage\Microsoft.DocWellBehavior.Options.ColorCodingOptions
like image 184
Jason Malinowski Avatar answered Nov 16 '22 00:11

Jason Malinowski