16

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!

farina
  • 3,486
  • 6
  • 32
  • 44

1 Answers1

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