I am using VS2010, Resharper 8.0.1, StyleCop 4.7.45.
I defined the header text of the file in the resharper parameters and (erroneously) suggested that it will be used during refactoring (using the function "move the class to a new file to match the file name"). It also does not use Visual Studio file templates that can be changed (see How to change Visual Studio templates for a new C # class / interface? ).
Is there a way to enable this behavior, or do I always have to manually run code cleanup?
source
share