views:

392

answers:

1

Eclipse Platform 3.5.1.M20090917-0800 org.eclipse.platform.ide EPP PHP Feature 1.2.1.20090918-0703 org.eclipse.epp.package.php.feature.feature.group

When I write

$_var = new MyClass();

and press Ctrl+Enter, i see class methods, but when i write

public $math;
...
$this->math = new BaseMath();

and press Ctrl+Enter, i see "no completions available". Why?

A: 

Php Feature 1.2.1?
That seems old, considering most of the completion issues reported by this thread have been fixed in PDT 2.1

Although, that one is still opened.

And that one has been reopened:

  • bug 281766 (when passing by global namespace '/')

So did you try with the latest PDT version?

VonC