[symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-06 Thread Carl
Very cool indeed! :D I currently use Netbeans for development (mainly for the Twig plugin and better UI) but a Symfony2 plugin for Eclipse may get me to switch back to using that. I'm watching this as well. Thank you! -- If you want to report a vulnerability issue on symfony, please send it to

[symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-05 Thread Bart van den Burg
This is really cool, a very welcome plugin for me and my company! The repository is on my watchlist :) Thanks! Bart On 5 jun, 20:55, Robert Gründler wrote: > i've updated the symfony2 eclipse plugin project on > github:https://github.com/pulse00/Symfony-2-Eclipse-Plugin > > You can use the git

Aw: Re: [symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-05 Thread Robert Gründler
i've updated the symfony2 eclipse plugin project on github: https://github.com/pulse00/Symfony-2-Eclipse-Plugin You can use the github issue tracker to add feature requests/bugs or the google group to discuss the development of the plugin: http://groups.google.com/group/*symfony2-eclipse-plugin

Re: [symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-03 Thread Robert Gründler
On 03.06.11 11:31, Johannes Schmitt wrote: There is another thing that would be cool that have IDE support for, and that are annotations. Eclipse PDT has already autocompletion for the "@var" annotation, but maybe that is extensible to include all annotations such as @Route, @Template, @Secure,

Re: [symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-03 Thread Johannes Schmitt
There is another thing that would be cool that have IDE support for, and that are annotations. Eclipse PDT has already autocompletion for the "@var" annotation, but maybe that is extensible to include all annotations such as @Route, @Template, @Secure, etc. Another thing that might be helpful, but

Re: [symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-02 Thread Robert Gründler
as far as Twig Support is concerned, i've found the following existing plugins, which could probably be used as a base or part of a Symfony2 Plugin: * http://eclipse.kacprzak.org/ <-- django eclipse plugin ( unable to install via update site ) * http://code.google.com/p/smartypdt/ <-- smarty

[symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-02 Thread Damien
Yes, I'm also very interested in this. I am currently looking around for one as we speak and came across this thread. Your hard work will be welcome! On Jun 1, 11:51 am, Robert Gründler wrote: > Hi, > > i'm one of the developers of the (never-finished) symfony 1.x eclipse > plugin: > > http://sou

[symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-02 Thread Bart van Wissen
> > * Do people actually use Eclipse as their preferred IDE for Symfony / PHP > projects? [..] > * Is there a Twig (or Jinja) Editor available for Eclipse - or does this > need to be part of the plugin? I have been using Eclipse as my preferred IDE for years. I must say that I have been doing fine

[symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-01 Thread winzou
Hi, As a user of ZendStudio, I'm very interested in a sf2/twig/yaml plugin. Thanks a lot for your contribution -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-01 Thread Roger Webb
Hi, I like Eclipse as well. If it's easier (due to existing Twig support) to use NetBeans, I'm not opposed to that. I used Eclipse PHP in the past and was pleased. I've never done any Eclipse Plugin development. If you put one out I'd be happy to test and document (and, if I end up with some t

[symfony-users] Re: Is there demand for a Symfony2 Eclipse Plugin?

2011-06-01 Thread xaben
Hi, i switched from Eclipse to Netbeans, because it has a Twig plugin with code highlighting, http://blogsh.de/twig-for-netbeans/ it's not complete, as i found it is lacking automatic code formatting for twig tags. I'd say it would be nice to have a plugin for Eclipse (that would work for Zend