Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What IDE has the strongest support for Symfony framework? [closed]

Tags:

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
like image 725
Justin Avatar asked Mar 06 '09 07:03

Justin


People also ask

Does Spotify use Symfony?

Spotify uses Symfony to manage its users' accounts – the statistics show that the streaming platform had as many as 286 million active users in 2020.

Is Symfony a full stack framework?

It's common to call the Symfony framework a Full Stack Framework. This goes back to the days of it providing everything on the server side, from templating with Twig to data persistence by integrating the Doctrine ORM.

Is Symfony good framework?

The Symfony PHP framework is a well-organized, feature-rich PHP framework whose architecture paves the way for developers to build sustainable web applications in the easiest way possible which further enhances the users' experience.

Is Symfony frontend or backend?

Symfony was the backend framework with the most contributors in 2019 (Symfony Blog)


1 Answers

If you could wait, Symfony support is coming to Netbeans soon: http://www.netbeans.org/issues/show_bug.cgi?id=145913. I'll go with Zend Studio 5.5's debugging and inspection features for the time being.

like image 126
Frank Avatar answered Sep 21 '22 18:09

Frank