IDE with autocomplete feature for HTML and PHP

22,197

Solution 1

Eclipse has an autocomplete function. On Mac you may have to do some extra configuration, but at my place it works like a charm!

You can find a download for eclipse PDT (PHP edition) here

@Neilvert Noval That is a yes :). Don't know how extensive you expect it to be.

Solution 2

PHPStorm http://www.jetbrains.com/phpstorm/ offers the most adequate php class resolution and speed (which is important, as eclipse is terribly slow) and deployment features

Solution 3

You can try Dreamweaver CS5. This is the IDE which I use and it totally serves my purpose. CS5 offers excellent PHP support.

Solution 4

You may find answers from here:

For Linux web IDE:

http://www.codefear.com/linux/best-free-linux-web-programming-editors/

For Mac web IDE:

http://webdesign.about.com/od/macintoshhtmleditors/tp/free-macintosh-editors.htm

I recommend NetBeans or Eclipse

Solution 5

I personally prefer netbeans for editing . It has an awesome autocomplete and can also show reference data for functions etc. using w3schools reference site. The IDE is very stable and one of my all time favourites.To view its home page Click Here.

Also its debugging support for php is one of the best i have ever used.

Share:
22,197
Neilvert Noval
Author by

Neilvert Noval

Can I describe myself in C? Visit my articles in http://codedincantation.com

Updated on November 12, 2020

Comments

  • Neilvert Noval
    Neilvert Noval over 3 years

    I am looking for HTML and PHP editors (or IDE) that have auto-complete features. Please can anyone recommend?

    1. IDE with auto-complete feature on Linux OS (Debian-based)
    2. IDE with auto-complete feature on Mac OS (10.6)