Can Fire Automatically Add Missing Interface Methods?

Perhaps this is already implemented but if not, can I request it as a feature?

Is there a way in Fire that if you have an interface that contains some methods that if you create a new class that implements that method, Fire automatically creates stubs for the methods in the class (perhaps containing throws new NotImplementedException(); in its body? Currently, the compiler just complains that “Method blah blah is not implemented”.

Thanks, logged as bugs://84594

bugs://E24329 was closed as fixed.