Remove dead using statements

Visual Studio has a great feature to easily remove all dead using statements in your code.

The steps are pretty straightforward.

  1. Right click anywhere from the code
  2. Select Organize Using and
  3. Select Remove Unused Usings.

image