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?