Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove unused using statements for a whole project?

How to remove unsed using statements for a whole project?

I could not find a shortcut or menu item to remove ALL unused using statements at once for a whole project. If someone knows about such an option I would be glad to hear.

like image 791
John Threepwood Avatar asked Sep 12 '13 12:09

John Threepwood


People also ask

Do unused using statements affect performance?

An unused using has no impact to the runtime performance of your application.


1 Answers

You can add "Productivity Power Tools 2012" extension, that will add an action in contextual menu of the project "Remove and Sort Usings"

like image 157
Xaruth Avatar answered Sep 28 '22 05:09

Xaruth