View Errors in Intellij Project [duplicate]

假如想象 提交于 2019-12-04 16:41:14

问题


I'm using Intellij version 8. How can I view the warnings or errors for an entire project?


回答1:


UPDATE: See this answer which is up to date. The original answer here was for older IDEA version when there was no automatic compilation and the Problems view.




回答2:


I had a similar situation, wanting to view all warnings and errors in RubyMine / IntelliJ IDEA in a single collective space.

The link above was helpful. For the lazy, here are the steps:

  1. Install the Eclipse Mode plugin via Settings | Plugins
  2. Use this in combination with the "Scope / Problems" mode of the Project View


来源:https://stackoverflow.com/questions/1644861/view-errors-in-intellij-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!