简体   繁体   English

如何在IntelliJ IDEA的Problems视图中显示javac警告?

[英]How to show javac Warnings in Problems view in IntelliJ IDEA?

In Eclipse the Problems View displays javac errors + javac warnings, whereas in IntelliJ I get only the errors. 在Eclipse中,Problems View显示javac错误+ javac警告,而在IntelliJ中我只得到错误。 While warnings are highlighted when editing a file, I would like to have a list of all the warnings in the Project. 虽然在编辑文件时会突出显示警告,但我希望列出项目中的所有警告。

Is there an option to configure exactly that or a plugin providing such a View? 是否有一个选项可以准确配置或提供这样的视图的插件?

I am not looking for the Inspection View. 我不是在寻找检查视图。 The Inspection view does not automatically update like the Problems view does when I enable auto make the project. 当我启用自动生成项目时,检查视图不会像“问题”视图那样自动更新。

I am also not looking for the Message View. 我也不是在寻找消息视图。 The Message View also does not automatically update like the Problem view does when I enable auto make. 当我启用自动make时,消息视图也不会像问题视图那样自动更新。 Also the message view is more like a visually more appealing variant of running javac in terminal. 此外,消息视图更像是在终端中运行javac的视觉上更吸引人的变体。 The list items in the message view do not act like items in the Problems view. 消息视图中的列表项不像“问题”视图中的项目。

Not possible. 不可能。 Write a plugin or use another IDE. 编写插件或使用其他IDE。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM