Eclipse 平台 3.5.1.M20090917-0800 org.eclipse.platform.ide EPP PHP 功能 1.2.1.20090918-0703 org.eclipse.epp.package.php.feature.feature.group
当我写
$_var = new MyClass();
然后按 Ctrl+Enter,我看到了类方法,但是当我写的时候
public $math;
...
$this->math = new BaseMath();
然后按 Ctrl+Enter,我看到“没有可用的完成”。为什么?