How to remove unused using namespaces

后端 未结 9 1795
刺人心
刺人心 2020-12-07 22:14

I am using visual studio 2010 and was wondering if there is a way to automatically remove all the namespaces that aren\'t being used at the the top of the page e.g.

9条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-07 23:00

    If you are using Visual Studio 2019, you can:

    Right click your solution -> Analyze and Code Cleanup -> Configure Code Cleanup -> Create a profile (Remove & Sort usings) and then run it.

提交回复
热议问题