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.
当 ScalaIDE 检测到源代码中的错误时,它会以与 JDT 相同的方式下划线。但是,要查看错误消息,我必须将鼠标移到行号左侧的红色图标上。要选择快速修复,我必须在光标位于错误上时按 Ctrl+1。
在 JDT 中,我可以将鼠标悬停在错误上,它会向我显示错误消息以及所有可能的修复。
是否可以在某处为 Scala 激活该功能?我在设置中没有找到任何东西。
这是在 Eclipse 4.2 和 ScalaIDE 2.1.0 M3 上。
是的,这很烦人。
我将“问题”选项卡作为标准可见,并且您的错误也将在那里打印,因此您无需悬停即可直接看到它。
要启用选项卡:Windows -> 显示视图 -> 问题