0
kicks
Organize Usings Across Your Entire Solution
One of the features I worked on for the Visual Studio 2008 release was the new "Organize Usings" feature. This feature allows you to:
Remove Unused Usings - Determines which using directives are not used in the current file and deletes them.
Sort Usings - Sorts the using directives in a file.