I am using resharper to do a big refactoring and i keep going from file to file and adding the same namespace over and over again in the "using" section
is there anyway to add a "using" statement to every single file in a folder, namespace or project? Even though some files wont need the reference, most do, so it will save lots of time.