introduce new method in interface
When adding a new method to an interface it would be nice to autogenerate implementation stubs to all implementing classes.
Is there already something like this in IDEA or planned?
Keep up the good work
Please sign in to leave a comment.
Hello Michael,
You can write one implementation and then use the "Use existing implementation"
quickfix on the interface method to copy it to the rest of the classes.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
does this feature work in 7.0.4 (could not get it to work there) or only in 8?