Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get project wide Remove and Sort Usings for Visual Studio 2010?

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?

like image 204
Jader Dias Avatar asked Jan 13 '10 16:01

Jader Dias


1 Answers

For Visual Studio 2012 just download the "PowerCommands for Visual Studio" extension from the VS gallery to execute "Remove and Sort Usings" for a project or solution:

http://visualstudiogallery.msdn.microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99?SRC=Featured

like image 76
Matthias Burtscher Avatar answered Oct 06 '22 08:10

Matthias Burtscher