1

How do I remove unused using's from a project or Solution in studio 2015 at once.(Not File by file).

I know this question has been asked in Here before 7 years and the solution was using macros which I am not a fun of. I am asking this again in case there is a solution for it in the newer VS versions.

Community
  • 1
  • 1
Helen Araya
  • 1,886
  • 3
  • 28
  • 54

1 Answers1

2

Click Fix All Occurrences in Solution in the submenu in the Quick Fix next to any unused using statement.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964
  • @SLaks I couldn't find this option in Visual Studio Community 2017 for Mac v7.3. :-/ Any ideas? (screenshot: https://www.dropbox.com/s/066pac5xyyubi9x/Screen%20Shot%202017-12-03%20at%2010.17.46.png?dl=0) – Micer Dec 03 '17 at 09:20