In this answer there is a shortcut to implement interfaces in a class.
Thank you for @Adi Priyanto answer, it is perfect for a one time generation. Is there a way to do this for multiple files at one time?
I have a Factory Interface and a LOT of files implementing it. Adding a method to the interface is PITA if I have to generate them one by one in the files.