What is the best IDE to use with the Symfony framework?

Posted by Failpunk on Stack Overflow See other posts from Stack Overflow or by Failpunk
Published on 2009-03-06T07:11:35Z Indexed on 2010/04/12 9:13 UTC
Read the original article Hit count: 239

Filed under:
|
|

I'm looking for an IDE with use with the Symfony Framework.

I have a bit of experience using the NetBeans 6.5 IDE but it does not always seem to complete the class methods, plus it doesn't seem to have any PHP code snippets built in.

Here are the features I would ideally like to have, in order of importance, from an IDE:

  • Code completion of all the Symfony and Propel class methods (I can never remember them)
  • Code templates,(class skeletons, HTML structures, Symfony templates?)
  • Straight-forward code debugging
  • Source Control

© Stack Overflow or respective owner

Related posts about symfony

Related posts about ide