Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 IntelliJ 项目中,当前打开的文件中的警告/错误在编辑器右侧的标尺中显示为黄色/红色标记。是否有任何地方可以轻松查看当前项目中的所有错误警告?该项目是一个 Grails 项目,以防万一。
督察不做吗?您可以通过“设置 -> 错误 -> 检查配置文件”为黄色警告创建自定义检查器集。
然后,您可以对所有文件运行检查,然后使用“按严重性分组”将警告和错误分开。
不知道这是否适用于 groovy。它确实像java那样工作。