Eclipse Galieo - 没有可用的完成

发布于 2024-08-21 12:34:23 字数 386 浏览 7 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一场春暖 2024-08-28 12:34:23

PHP 功能 1.2.1?
考虑到此线程报告的大多数完成问题,这似乎很旧 已在 PDT 2.1 中修复

尽管如此,那个仍然是打开的。

  • bug 268312 (命名空间别名,不是你的情况)

并且那个有已重新打开:

那么您是否尝试过最新的 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文