How to install a PHP IDE plugin for Eclipse directly from the Eclipse environment?

后端 未结 10 716
你的背包
你的背包 2020-12-07 17:11

I have a clean Eclipse Java SDK. I would like to make it suitable for developing PHP applications. So I need a PHP IDE plugin (or something like that). How could I install i

10条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-07 17:40

    Easiest Way To install PDT

    1. Run eclipse
    2. Click on "Help", "Install New Software"
    3. “Choose all available sites”, in search box type "php"(takes a while to load)
    4. => “programming languages” => "PHP Development Tools", => PhP Development Tools (PDT) SDK Feature.
    5. Restart eclipse
    6. File new => other => php .
    7. Should be able to follow from their

提交回复
热议问题