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 function assistance where a little used functions parameters can be show to me in a tooltip on hover so that I don't have to necessarily head off to the PHP manual to check it. If I need to make a quick edit to a file and don't want to load the entire IDE, I do use VIM, but when I need to sit for a few hours adding new features to an already large and extensive application, nothing to me can beat a full-fledged IDE like Eclipse in helping keep everything managed and "together".
On Wed, Aug 4, 2010 at 10:18 AM, Eno <[email protected]> wrote: > 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 to do > everything with the keyboard. > > > > -- > > > -- > 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" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
