Scala IDE doesn't show documentation during autocomplete hints

Viewed 762

I can't see any documentation when I press "Ctrl + space" to see all the available functions.

For instance, in a Java class I can see the javadoc associated with each method:

enter image description here

But when I try to view the same information in a Scala worksheet, I can't see anything:

enter image description here

However, if I make a hover with my mouse over the method once it has been written I can see the documentation:

enter image description here

This behaviour is very annoying. Does anyone know how to do it in scalaIDE? Do I need to configure anything?

2 Answers
Related