Interface implementation
How difficult would it be to implement an interface in a class using autocompletion to create the method stubs? Similar to CTRL+. in VS, which lets you choose implicit or explicit implementation.
The issue is that if you create class using IDisposable interface, you have to manually create the Dispose method, for instance, and while this is easy, some others have more complex signatures, etc...
Thank you.

This is available from Version 5.24
-
Dave Arnold commented
Thank you very much for "explicitly implementing" this feature! :-)
I've been looking forward to this in LINQPad for some time, now. -
Ronnie Overby commented
Yes! I always have to go to visual studio for this.
Also, automatic stubbing of override signatures via intellisense.
-
Kamarey commented
Any status here?
-
Michael Maguigan commented
I would like this for abstract classes too.