简体   繁体   中英

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. 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. Also the message view is more like a visually more appealing variant of running javac in terminal. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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