Generate interface from solid class file in Eclipse

eclipse, eclipse-cdt, eclipse-plugin, interface

Solution

Just choose Extract Interface... from the `Refactor` menu.

Problem

Is there any plugin in `Eclipse` that auto generates `interface` based on solid class/impl concrete `class`? Currently I hand code interfaces.

Original source