Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / C#
Alternative
Tip/Trick

Remove unused "using"

Rate me:
Please Sign up or sign in to vote.
4.73/5 (4 votes)
11 Feb 2010CPOL 10.2K   1
The PowerCommands[^] addin for visual studio also includes an option to "remove and sort usings" for all files in a whole project (or solution). It can come in handy when you don't want to go through and do each file manually.
The PowerCommands[^] addin for visual studio also includes an option to "remove and sort usings" for all files in a whole project (or solution). It can come in handy when you don't want to go through and do each file manually.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United Kingdom United Kingdom
I discovered programming aged 11 with my school's BBC micro, and a book titled "Write your own space action games". (Their ideas of "space action" games were very different to mine. My ideas didn't include a bunch of * signs controlled via a text based menu)

I got hooked on VB for a while (mainly because I discovered I could replace the * signs with .bmp files) until someone pointed out the wonderful world of objects and Java. I also went thought a c++ phase.

I've now been a professional developer for 5 years.

My current language of choice is C#. I spend my free time playing with XNA and microcontrollers.

Comments and Discussions

 
General+5 - I use this all the time. Pin
Reiss13-Sep-11 23:24
professionalReiss13-Sep-11 23:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.