PHPEclise code assist for classes

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
bobby613
Forum Newbie
Posts: 2
Joined: Fri Apr 25, 2008 1:02 am

PHPEclise code assist for classes

Post by bobby613 »

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?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHPEclise code assist for classes

Post by Christopher »

I don't know about PHPEclipse. I am using the PDT (Eclipse 3.3.1.1, PDT 1.0.2) and that works.
(#10850)
Post Reply