1

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.

Community
  • 1
  • 1
Nicolas Thery
  • 2,319
  • 4
  • 26
  • 36

1 Answers1

1

Not possible at the moment.

https://youtrack.jetbrains.com/issue/WI-28273 -- watch this ticket (star/vote/comment) to get notified on any progress.

LazyOne
  • 158,824
  • 45
  • 388
  • 391