开发者

Eclipse Galieo - No completions available

开发者 https://www.devze.com 2022-12-20 00:19 出处:网络
Eclipse Platform 3.5.1.M20090917-0800 org.eclipse.platform.ide EPP PHP Feature 1.2.1.20090918-0703 org.eclipse.epp.packag开发者_C百科e.php.feature.feature.group

Eclipse Platform 3.5.1.M20090917-0800 org.eclipse.platform.ide EPP PHP Feature 1.2.1.20090918-0703 org.eclipse.epp.packag开发者_C百科e.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?


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

  • bug 275540
  • bug 274322

Although, that one is still opened.

  • bug 268312 (namespace aliases, not your case)

And that one has been reopened:

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

So did you try with the latest PDT version?

0

精彩评论

暂无评论...
验证码 换一张
取 消