I'm using resharper with VS2010 and it has the habbit of turning off 'Show life semantic errors' under Tools - Options -Text Editor - C# - Advanced, every time I start up VS2010. I am looking for a simple way to turn it back on (ie a button on a toolbar I can just click).
I thought about making a macro but unfortunately it doesnt record anything beyond:
DTE.ExecuteCommand("Tools.Options")
I also looked into the commands to see if I can find the command to turn this option on, but no luck.
Anybody got any ideas?