Does anyone know of a tool to remove redundant using
statements from classes, or a whole solution?
I'm using the Refactor! addin which has a "move type to separate file" smart tag, but it takes all the using
clauses from the original class with it.