I use Activator/Sbt to create a new project, add the libraries I want to add in Sbt config file then I generate an Eclipse project from sbt.
My problem is that I don't see any documentation when I'm coding in Eclipse, is there a way to download and add all the javadocs when generating the Eclipse project from Sbt?
The way I generate the project from Sbt is by using
https://github.com/typesafehub/sbteclipse/
and just running "eclipse" in sbt/activator console.