ScalaIDE: how to get tooltips, like in Java when an error hangs?

When ScalaIDE detects an error in the source code, it underlines it in the same way that JDT does. However, in order to view the error message, I have to move the mouse pointer to the red icon, which is located to the left of the line number. And to select quickfix I need to press Ctrl + 1 while the cursor is on an error.

In JDT, I can just hang over the error, and it shows me the error message and all possible corrections.

Is it possible to activate this feature for Scala somewhere? I did not find anything in the settings.

This is on Eclipse 4.2 and ScalaIDE 2.1.0 M3.

+5
source share
1 answer

Yes, this is annoying.

, , , , .

: Windows → →

+1

All Articles