How to immediately see compile errors in project tree of IntelliJ Idea?

前端 未结 4 958

I\'m wondering if it is possible to configure IntelliJ Idea to immediately show compile errors on the class files in the project tree. Currently I need to manually trigger the r

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-30 02:39

    You might try the Eclipse Mode plugin for IntelliJ. It allows you to do incremental compile upon saving a file:

    http://plugins.intellij.net/plugin/?id=3822

提交回复
热议问题