Bernard
Bernard

Reputation: 439

Eclipse PDT auto implementing interface methods

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

Answers (2)

Stevanicus
Stevanicus

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

Brian Fisher
Brian Fisher

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

Related Questions