Visual Studio has a great feature to easily remove all dead using statements in your code.
The steps are pretty straightforward.
- Right click anywhere from the code
- Select Organize Using and
- Select Remove Unused Usings.
Visual Studio has a great feature to easily remove all dead using statements in your code.
The steps are pretty straightforward.
Leave a Reply
You must be logged in to post a comment.