We had the Power Commands for Visual Studio 2008 that add a context menu command that Removed Unused Usings and Sorted Usings for all files in a project/solution.
How to do the same in VS2010 since this plugin is incompatible?
We had the Power Commands for Visual Studio 2008 that add a context menu command that Removed Unused Usings and Sorted Usings for all files in a project/solution.
How to do the same in VS2010 since this plugin is incompatible?
You can download PowerCommands for Visual Studio 2008 source code and to port it (maybe isn't that hard), or take a look into ReSharper 4.5
For Visual Studio 2010 you can download the "Remove and Sort Using"extension from the Visual Studio Gallery.
http://visualstudiogallery.msdn.microsoft.com/en-us/cb559aa8-d976-4cc2-9754-5a712f985d16