Is there a way to mass learning in Visual Studio 2012?

In Visual Studio 2010, I know that you can use the PowerCommands extension for Right Click-> Project and "Remove and Sort Usings", I also know that you can organize the use on a single file basis in the right-click context menu.

I found instructions for creating a new macro that executed the โ€œorganize a teamโ€ command over your entire project to do this, but I didnโ€™t get along with it - I suppose macros are not supported in Visual Studio 2012 .

Anyone have any ideas on how to make this en-mass?

+7
source share
1 answer

I am using CodeMaid , which seems to work fine with this solution. Not too sure how it works under covers, though :)

+10
source

All Articles