I know this is quite lazy but, is there any way on Visual C# 2010 Express to auto-generate an interface implementation? (I don\'t mean at runtime but at design time, like a
In Microsoft Visual Basic 2010 Express, I just put the cursor to the end of the Implements line and press Enter - then the stubs are generated automatically
Public Class Class1
Implements IMyInterface1
move the cursor to the end of the word IMyInterface1 and press Enter