Tagged Questions

5
votes
2answers
436 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 ...
0
votes
2answers
38 views

Using directives in new files

Is it possible to have additional "using" directives automatically added to my new aspx.cs files so that I do not have to keep typing the same ones over and over again (i.e. custom namespace using ...