Eclipse 有合适的 Perl 插件吗?

发布于 2024-07-10 17:14:13 字数 52 浏览 9 评论 0原文

我正在使用 EPIC,但它似乎有一些缺点。 Eclipse 还有其他 Perl 插件吗?

I'm using EPIC, but it seems to have some drawbacks. Are there any other Perl plugins for Eclipse?

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

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

发布评论

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

评论(3

我爱人 2024-07-17 17:14:13

除了 EPIC 之外,似乎没有任何其他严肃的 Perl Eclipse 插件。

关于有问题的行为,您是否检查过问题为什么EPIC eclipse插件在“解释错误/警告”中不显示任何信息?及其相关的EPIC 用户指南

There does not seem to be any other serious eclipse plugin for Perl out there, aside EPIC.

Regarding the problematic behaviors, did you check the question Why does the EPIC eclipse plugin not show any info in “Explain Errors/Warnings”? and its associated EPIC user guide ?

最佳男配角 2024-07-17 17:14:13

一个新插件是 Perlipse http://www.eclipseplugincentral.com /Web_Links-index-req-viewlink-cid-1133.html
它远非完整的自动取款机。

A new plugin is Perlipse http://www.eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-1133.html
It is far from complete atm.

小ぇ时光︴ 2024-07-17 17:14:13

对于那些在我之后发现这一点的人来说,当我使用引号导入不在 perl 路径中的模块时,...propagated 似乎会出现。 例如:

use base qw/ Class::DBI /;

这在项目资源管理器和问题窗口中显示为错误,但在 perl 模块本身中不显示。

For those who find this after me, ...propagated seems to appear for me when importing a module that isn't in the perl path using quotes. For example:

use base qw/ Class::DBI /;

This shows up as an error in the project explorer and problems window but not in the perl module itself.

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