在IntelliJ的项目窗口中显示哪些类/特征/对象不正确

时间:2016-10-12 10:16:01

标签: scala intellij-idea

如何在编译之前让IntelliJ的Project窗口显示编译方面哪些类/特征/对象不正确?这在当天的NetBeans中有所体现。

我在谈论这个窗口:

enter image description here

毕竟,IntelliJ能够向我显示右上角的小绿色标记:

enter image description here

1 个答案:

答案 0 :(得分:1)

对于Scala而言,它不适用于Java。您可以看到文件.wrapper { display: flex; flex-direction: row; align-items: center; width: 100%; height: 5em; background: #ccc; } .wrapper > .left { background: #fcc; } .wrapper > .right { background: #ccf; flex: 1; } 无法编译。

enter image description here

但您可以使用<div class="wrapper"> <div class="left">Left</div> <div class="right">Right</div> </div> 功能编译项目中的所有已修改和相关文件,方法是按 Ctrl + F9