One of the things that I like about Visual Studio 2008 is the ability to reorganize and reorganize the “use” of directives in the source code files (this, perhaps, in 2005, I don’t remember).
In particular, I'm talking about how you can get it to reorganize directives in alphabetical order (albeit with basic FCL libraries floating at the top), and delete any directives that should not be there (either never been used or more not used).
Is there a way to automate this refactoring (sorting and cropping) throughout the old code base? Either through all the files in the solution, or through several decision files.
source
share