GONeale
GONeale

Reputation: 26484

Is there any way to mass organise usings in Visual Studio 2012?

In Visual Studio 2010 I am aware you could use the PowerCommands extension to Right Click->Project and 'Remove and Sort Usings', I am also aware you can organise usings on a single file basis on the right click context menu.

I did find instructions to create a new macro which executed the organise usings command over your entire project to do this, however didn't get far with that - as I believe macros are not supported in Visual Studio 2012.

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

Upvotes: 7

Views: 2270

Answers (1)

undefined
undefined

Reputation: 34269

I use CodeMaid which seems to work fine doing this across the solution. Not too sure how it works under the covers though :)

Upvotes: 10

Related Questions