Quickly create class from an interface in eclipse

后端 未结 5 970
时光取名叫无心
时光取名叫无心 2020-12-29 20:16

Is there a plugin for eclipse which allows me to quickly generate a new class from an interface?

Rather than having to do the typing in the new class dialog

5条回答
  •  一向
    一向 (楼主)
    2020-12-29 20:38

    Havn't seen anything other than: right click the interface type in the package explorer, chose New->Class and it will automatically implement that interface. You still have to name the new class yourself.

提交回复
热议问题