I just started using VS2008 and ReSharper.
I have a line:
Microsoft.Office.Server.Diagnostics.PortalLog.LogString("*** BOO Feature activating ***");
VS shows “Office” as red because it cannot resolve symbol “Office”.
Can I make ReSharper just add the reference automatically, or do I need to manually surf to the reference and add it?
R# will not add the reference automatically but once you do it (manually) it will suggest the correct namespaces for you.