Eclipse Galieo - 没有可用的完成
Eclipse 平台 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
当我编写
$_var = new MyClass();
并按 Ctrl+Enter 时,我看到类方法,但是当我编写
public $math;
...
$this->math = new BaseMath();
并按 Ctrl+Enter 时,我看到“ 没有可用的完成”。为什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PHP 功能 1.2.1?
考虑到此线程报告的大多数完成问题,这似乎很旧 已在 PDT 2.1 中修复
尽管如此,那个仍然是打开的。
并且那个有已重新打开:
/
')那么您是否尝试过最新的 PDT 版本?
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:
/
')So did you try with the latest PDT version?