How to automatically implement an interface into a class without typing out all methods?

I couldn't find a way to do this without copying each method, I know it can be done automatically but I'm not sure if this extension can do this.

Any help is much appreciated :)