JustCode

The Remove Unused Usings quick fix is available once JustCode has detected using directives that are not used in the current type. JustCode underlines the directives and suggests you remove them.

Note

Language Support

Supported: C#, VB.NET

Not relevant: ASP.NET, XAML, JavaScript, HTML

To remove unused usings

  1. Position the caret over the underlined using directives.
  2. Press Alt+Enter. From the pop-up menu, select Remove Unused Usings

    Quick Fix Remove Unused Usings

See Also