PHPEclise code assist for classes
Posted: Fri Apr 25, 2008 1:09 am
I'm usiing PHPeclipse on Ubuntu (Gutsy) I'm having problems with the code assist. It'll code assist for php5 functions, but not for php5 class methods.
example:
will code assist chdir() but not a_class -> a_method.
do you know how to make it so, I can get code assist for classes?
example:
will code assist chdir() but not a_class -> a_method.
do you know how to make it so, I can get code assist for classes?