0

I am using Eclipse for writing Scala code.

I installed the Scala plugin in Eclipse. In the Java environment in Eclipse there are explanations available for every built in method, but for Scala, Eclipse does not show Scala doc.

What can I do to view the Scaladoc in Eclipse?

The Archetypal Paul
  • 41,321
  • 20
  • 104
  • 134
swaheed
  • 3,671
  • 10
  • 42
  • 103
  • 1
    I don't think you mean "generate" scala doc, but view it? That feature's not in the released version of the scala plugin. It is in the most recently nightlies of the plugin, so presumably will be included in the next release – The Archetypal Paul Oct 21 '14 at 09:39
  • yes mean i want to view scala docs as there are many built in methods in scala language and as a new developer in scala i am having trouble in understanding those so i need the scala docs so what should i do until the next relase – swaheed Oct 21 '14 at 10:15
  • Look at http://www.scala-lang.org/api/current/ – The Archetypal Paul Oct 21 '14 at 11:52
  • The release candidate for the next version of the scala-ide is out, so presumably the actual release won't be long now – The Archetypal Paul Oct 22 '14 at 07:32
  • possible duplicate of [How to configure scaladoc in eclipse juno?](http://stackoverflow.com/questions/12394471/how-to-configure-scaladoc-in-eclipse-juno) – Francois G Oct 29 '14 at 11:30

1 Answers1

1

For the completeness of SO : Scaladoc is now integrated since release 4.0.0 RC1 of the Scala-IDE plugin.

Francois G
  • 11,957
  • 54
  • 59