Region surrounding using statements
In Resharper 8, I was able to define the name of the region surrounding using statements. In Resharper 9, this has changed and I can't find it.
This is what I'm seeing:
#region
using System;
#endregion
How can I provide a name for the region?
Please sign in to leave a comment.