Developing Symfony with Eclipse
Using Windows and Eclipse is sometimes a pain if you develop symfony applications. Switching from Eclipse to console and back for simple tasks like clearing cache, adding new modules and so on. And even when in the console you must realize that the windows console sucks. I allways wish me back home to my MAC or Linux machine if I develop on work (windows).
But there is light at the end of the tunnel. There are four plugins that every eclipse developer needs if implementing symfony projects with eclipse:
1.) The PHP Plugin (PDT): The best free PHP Plugin for eclipse. If you can afford it, you can buy the Zend Neon development environment that is based on this plugin. You get the PDT under: http://download.eclipse.org/tools/pdt
2.) The WicketShell-Plugin. Pretty usefull if you are working often with the symfony command-line tool. It allows you to use console commands from within the eclipse ide. It provides you with autocomplete of pathes and other useful things. You can get it from: http://www.wickedshell.net
3.) The Symfoclipse-Plugin: Currently in Version 1.2.1 this is the first Symfony-Plugin for Eclipse. Some glitches and rough edges but pretty usefull. It allows you to run common commands like freeze, cc and so on for a symfony project. First support for YAML is also available. The plugin is available from: http://noy.cc/symfoclipse
4.) The Ruby Plugin: Irritated? What has Ruby to do with Symfony? Pretty easy: Both using YAML! And the Ruby plugin brings the best YAML-Editor so far for Eclipse. You get this plugin under: http://www.easyeclipse.org/site/distributions/ruby-rails.html
That are my favorites but i’m open for new and useful plugins. Any ideas?
Book Mark it->
Thanks !
The shell is nice but I have a developpment server so connect to local shell is not usefull for me. Maybe there is a plugin like putty
A other nice plugin is “Web Standard Tools” to edit XML, HTML, XHTML, XSD, DTD, XSLT, SVG, JavaScript/ECMAScript, CSS, SOAP, WSDL, UDDI, WSIL files : http://www.eclipse.org/webtools/
There is autocompletion for css file.
02 Jan 2008 at 10:41
Hi,
for SSH you may want to take a look at http://sourceforge.net/projects/parsec/. I doesn’t use it myself at the moment, but leave me a message if you find it useful
Timo
02 Jan 2008 at 10:59
Hi,
Eclipse Yaml editor: http://yamleditor.googlecode.com/
08 Feb 2008 at 12:24
Hello,
I am trying to download these plug-ins on a existing installation of eclipse, and I could not find a download site for the Ruby Plug-in. On the Easy Eclipse site, I could only find a link to download their custom copy of eclipse which includes the Ruby plug-in plus others ? Do I use that eclipse or do you have another way, or suggest something else ? Would the RDT plug-in (http://rubyeclipse.sourceforge.net/) work instead ?
Thanks,
M.
27 May 2008 at 11:54