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.

8 thoughts on “Choosing a PHP IDE

  1. My favorite is Eclipse PDT too. Like it so much, but hope to start work on Linux faster. Still having problems with 1 GB of RAM?! Isn’t it strange?

  2. As I mentioned before Eclipse is very very good IDE, but that does not mean there are not other good ones. Zend Studio is such a good IDE, but unfortunately not free.

  3. I’m using a simple text editor like Notepad++. That’s really good for every developer. IDEs are using so much RAM and most of the developers don’t need them.

  4. That’s not the question. Because it’s using much RAM, does not mean we have to use VIM under Linux shell. IDEs help for so many things and the RAM is the smallest care in that case.

  5. Dreamweaver is the best! I like Eclipse PDT, and it’s free but Adobe’s Dreamweaver is my number one.

    greets

Leave a Reply

Your email address will not be published. Required fields are marked *