PHP - Eclipse PDT - 突出显示未初始化(拼写错误)的变量

发布于 2024-07-13 11:12:29 字数 140 浏览 7 评论 0原文

我使用出色的 Eclipse PDT 进行 PHP 开发。

由于变量名称拼写错误,我经常遇到令人恼火的错误。

有没有办法突出显示尚未初始化的变量? 因为它们几乎肯定是由于拼写错误造成的。

谢谢你的帮助。

I use the wonderful Eclipse PDT for PHP development.

I often encounter irritating bugs due to me misspelling variable names.

Is there a way to highlight variables that have not been initialized? As they will almost certainly be due to a spelling mistake.

Thanks for any help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

也只是曾经 2024-07-20 11:12:29

不会。由于 PHP 的动态性,有时甚至是 hackish 性质,如果 IDE 认为未声明的变量带有下划线,总体来说会很痛苦。 由于许多函数可以自己声明变量(例如 extract) ,这将是一个主要障碍。

No. Due to the dynamic, sometimes hackish nature of PHP, it would overall be a pain to have variables that the IDE thinks is undeclared be underlined. Since many functions can declare variables on their own (such as extract), this would be a major hindrance.

盛装女皇 2024-07-20 11:12:29

zend studio 有这个功能,所以我不确定我们是否会在 pdt 中看到它,它还会突出显示无法访问的代码等。

zend studio has this feature so i'm not sure if we'll see it in pdt, it will also highlight unreachable code, etc.

三生路 2024-07-20 11:12:29

带有 PHPParser 插件的 JEdit 就有这样的功能,IIRC。 虽然我已经很久没有尝试过了,但我可能是错的。

JEdit with PHPParser plugin had that, IIRC. It's been long since I tried it, though, I might be wrong.

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