When I design interfaces, I don't tend to order their members in alphabetical order - I come up with an order that is logical and readable for the solution.
Whenever I implement an interface I use the "smart tag" for the interface name to get Visual Studio to implement skeleton methods / properties for me. This is a neat feature and it saves a lot of time. However, it automatically orders the implemented members in alphabetical order. I would prefer it to keep the order that they are defined in the interface.
Does anyone know if this is possible?
Thanks, Alan