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

后端 未结 10 697
你的背包
你的背包 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条回答
  •  粉色の甜心
    2020-12-07 17:39

    To install PDT (PHP Development Tools) for PHP development environment is better in Eclipse. The following are the steps to install PDT in Eclipse (I'm considering version 3.7 (Indigo)):

    1. Open Eclipse (in my case Eclipse Indigo).
    2. Go to Help --> Install New Software...
    3. Expand the "Work with" drop down and select "Indigo - http://download.eclipse.org/releases/indigo".
    4. Expand "Programming Languages" from the list.
    5. Check PHP Development Tools (PDT) SDK Feature.
    6. Click "Next >" at the bottom and follow the further instruction of Eclipse.
    7. After successful installation of PDT: Go to Window --> Preferences and see the list as PHP at left panel.

提交回复
热议问题