Reputation: 439
I have some PHP interface with defined methods.
Is there a way to auto-generate all interface methods in class that implements it in eclipse? (if there are other free solutions for eclipse PHP development (except PDT) I'm opened for suggestions)
Upvotes: 3
Views: 1312
Reputation: 7761
Add the PDT Extensions plugin for Eclipse.
Go to Help -> Install New Software ->
add url: "http://p2.pdt-extensions.org" -> select PDT Extensions
from the list
Upvotes: 0
Reputation: 24009
I've been using NetBeans since 2010 and they support this. Under Source > Insert Code. I haven't used PDT in a while, so I can't help you there.
Upvotes: 1