Eclipse - 代码中显示编译器错误寻找删除它的偏好

问题描述

我刚刚安装了一个新的 Eclipse 版本(2020-12 with Wild Web Dev),现在 Java 编译错误除了被突出显示外,还在源文件显示为文本。这使得线条跳来跳去,非常烦人。我不知道如何在“首选项”中关闭功能

非常感谢您的帮助。

enter image description here

解决方法

原来是代码挖掘设置。这个特殊的在 General -> Editors -> Text Editors -> 'Show code minings for problem annotations'。将其更改为“无”即可解决问题。