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!
Asked
Active
Viewed 3,514 times
1 Answers
22
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

Jason Malinowski
- 18,148
- 1
- 38
- 55
-
You are absolutely awesome for finding this! I searched all over the place! Thank you so much! – farina Jun 20 '12 at 17:53
-
5For VS2012, they reside under `...\11.0\DialogPage\Microsoft.CustomDocWell.Options\Colors` – Markus Jarderot Mar 11 '13 at 11:24
-
3Don't ask new questions in comments -- nobody will see them. Ask a new question instead. – Jason Malinowski Dec 20 '14 at 17:56