Suggestion for additions to the complete interface feature.
I would like the following options to be added to the interface
completion (When you Alt+Return to implement members of an interface
that are missing).
1. An option to implement the interface using private method/properties.
Example:
Instead of generating:
public void Method();
You would get
void Interface.Method();
2. An option to surround the generated methods/propertyies with a region
the way Visual Studio originally does. Optimally the text for the region
should be customizable (I like the "#region interface"
instead of the default "#region ]]> Members" for instance).
Otherwise I love the product and I just had a demo of it for my
coworkers and I think they are going to switch over to resharper too.
/Mauritz
Quest Software
Please sign in to leave a comment.