Search code examples
eclipseinterfaceeclipse-plugineclipse-cdt

Generate interface from solid class file in Eclipse


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


Solution

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

    enter image description here