Re: [symfony-users] a good IDE for Symfony

2010-08-28 Thread Stephan Ebelt
if you like it text-based: try vim with Tobias Schlitts' .vimrc (http://schlitt.info/opensource/blog/0283_comfortable_php_editing_with_vim_2.html) and ctags for autocomplete. On Tue, Aug 03, 2010 at 06:22:11PM -0500, Julian Reyes Escrigas wrote: Hi I need help for find a new

Re: [symfony-users] a good IDE for Symfony

2010-08-10 Thread Andrei Dziahel
Hi. My choice is JetBrains' PHPStorm. If you want *free* IDE — I'd recommend NetBeans. Both are written in Java, but it's not a problem *for me* — on Linux (Ubuntu Lucid) with 4G RAM installed both are fast as hell. 2010/8/4 Julian Reyes Escrigas julian.reyes.escri...@gmail.com Hi I need

Re: [symfony-users] a good IDE for Symfony

2010-08-10 Thread Andromeda Lights
I'm using aptana with eclipse pdt plugin. Html,css features is very good. I used netbeans before, but you said it's slow. I suggest you should try aptana. 2010/8/4 Julian Reyes Escrigas julian.reyes.escri...@gmail.com Hi I need help for find a new editor for PHP, I'm using Netbeans 6.9 but

Re: [symfony-users] a good IDE for Symfony

2010-08-04 Thread Eno
On Wed, 4 Aug 2010, [ISO-8859-1] Stéphane wrote: You can try VIM too (really). For years Ive been writing code quite happily with vim. Apart from being available on almost every platform, its light and fast (I find most IDE's slow and bloated). Also you have the added advantage of being able

Re: [symfony-users] a good IDE for Symfony

2010-08-04 Thread Gareth McCumskey
For me the biggest aspects of using an IDE like Eclipse is simply that, while it may be bloated and slow to load at times, that it actually speeds up my coding. Auto-completion of class method names for example in a class that is a few directories removed from the one my current file is in. PHP

Re: [symfony-users] a good IDE for Symfony

2010-08-03 Thread Gustavo Adrian
: [symfony-users] a good IDE for Symfony I'm using Eclipse and I have the same issues. Are you using a development server on a virtual machine? or is a physical pc connected via lan? I'm having speed issues because the VM. Anyway, the other IDE that it seems to be nice is PHPEdit, which also

Re: [symfony-users] a good IDE for Symfony

2010-08-03 Thread Eno
On Tue, 3 Aug 2010, Julian Reyes Escrigas wrote: I need help for find a new editor for PHP, I'm using Netbeans 6.9 but I don't know for what is slow, always start very well but when the project grows it's turns unstable You dont really need an IDE to write PHP code. -- -- If you want

RE: [symfony-users] a good IDE for Symfony

2010-08-03 Thread Julian Reyes Escrigas
:35 Para: symfony-users@googlegroups.com Asunto: Re: [symfony-users] a good IDE for Symfony On Tue, 3 Aug 2010, Julian Reyes Escrigas wrote: I need help for find a new editor for PHP, I'm using Netbeans 6.9 but I don't know for what is slow, always start very well but when the project grows

Re: [symfony-users] a good IDE for Symfony

2010-08-03 Thread Stéphane
for that -Mensaje original- De: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] En nombre de Eno Enviado el: martes, 03 de agosto de 2010 19:35 Para: symfony-users@googlegroups.com Asunto: Re: [symfony-users] a good IDE for Symfony On Tue, 3 Aug 2010, Julian Reyes