Dear ladies and sirs.
I could not find a better title for my question, but you are welcome to edit it.
Anyway, here is the question. When a C# class implements an IBlablabla interface we can run the "Implement interface IBlablabla" command in the editor and the studio would inject a stub implementation of that interface. Now, in VS2008, the implementation is surrounded by the
#region IBlablabla Members
#endregion
Whereas none of this happens in VS2010. I really liked the old behavior, does anyone know how to make VS2010 work like VS2008 in this respect?
Thanks.