Tag Archives: Eclipse

Choosing a PHP IDE

Recently I saw very nice post in the famous site www.smashingmagazine.com about how to choose good IDE for PHP. There is a contest between four of the most used PHP development environments : Eclipse, which is my favorite, Zend Studio 6, Aptana PHP and Aptana Studio Pro.

Interesting link about JavaScript plugin for Eclipse can be found on http://spket.com/, and is my recommendation.

The author of the article gives you good reason why using an IDE, and that’s why you can have:

  1. Syntax highlighting.
  2. Code completion.
  3. Navigation into the code.
  4. Errors and warnings highlighting.
  5. Refactoring and code generation.
  6. Debugging.
  7. Versioning system.
  8. Client-side features.

Great thanks for the smashingmagazine.com about this very good article, and don’t waste time to read it and start using an IDE.