Implementing Interface Shortcut

 Can anyone tell me the shortcut used to implement an interface with ReSharper? For example:

public interface ISomething{

void DoSomething();

}

 

For the class:

public class MyClass:ISomething .....

 

there used to be a shortcut to implement interface members rather than clicking on the lightbulb.

 

Any help would be greatly appreciated.

0

Please sign in to leave a comment.