views:

61

answers:

3

Hi there, I could not find this anywhere, but do you know if there is a php writing program which suggests functions automatically? So when you start: "include('head...." that the program suggests: "include('header.php'); automatically..?

Would help me so much in both time and not knowing if i wrote the functions as I should...

Thanks!

A: 

Eclipse with PHP Plugin, works great... or you can use aptana studio plugin or you use the Netbeans IDE

I don't know any small editor which would support this

xXx
Thank! helped me so much, I'll download it :)
Benjamin
A: 

I recommend this editors:

For code completition NetBeans is quite good. But as PHP editor I don't like it that much (because of debugging capabilities) and therefore I use PhpEd.

MartyIX
A: 

As far as I know, Aptana had a decent completion for PHP in version 1 and will have it again in version 3.

phimuemue