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
- Position the caret over the underlined using directives.
Press Alt+Enter. From the pop-up menu, select Remove Unused Usings
See Also