为什么 EPIC eclipse 插件在“解释错误/警告”中不显示任何信息?
我使用 Eclipse 的“EPIC”插件进行 Perl 开发,但在“解释错误/警告”视图中根本没有任何信息,即使我有一些编译错误。 我需要做些什么特殊的事情才能让 EPIC 在该视图中显示有用的信息吗? 无论如何,这个观点有什么用呢?
I use the "EPIC" plugin to Eclipse for Perl development, but in the "Explain Errors/Warnings" view there's no info at all, even though I have some compilation errors. Do I need to do anything special to get EPIC to display useful info in that view? What is that view for anyway?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该视图不会自动填充。 正如用户指南所述(顺便说一句,这非常好),你必须正确单击警告/错误并从上下文菜单中选择“解释错误/警告”。 不过,您必须单击该图标,而不是单击产生错误的代码。
该视图将为您提供比错误消息或警告本身更多的详细信息和建议。
The view isn't populated automatically. As the user's guide says (which is excellent btw), you have to right click the warning/error and select "Explain Errors/Warnings" from the context menu. You have to click the icon though, not the code that is producing the error.
The view will give you a lot more details and advice than the error message or warning itself.