Finding unused 'Imports' statements in VB.NET source code

Viewed 3754

The Visual Studio IDE allows me to scan for unused references in VB.NET source code. But I also have a lot of unused Imports statements in my application.

Two questions:

  • Is there a way to find unused Imports statements throughout my VB.NET source code?
  • Do unused Imports statements hurt the performance of my application?
3 Answers
Related