Tagged Questions

5
votes
2answers
445 views

Have ReSharper keep 'using System;' when optimizing usings

I was wondering if there is some option to keep ReSharper from removing just the using System; directive? Perhaps this is configurable somewhere? Also, is there a way to have ReSharper sort the ...