1

I'm new to scala. I've installed the nightly build since I use eclipse juno. The problem I'm facing is I do not see scaladoc when the cursor is on a class/trait and I press F2(like in java).

om-nom-nom
  • 62,329
  • 13
  • 183
  • 228
Harshal Kshatriya
  • 5,630
  • 11
  • 44
  • 60

3 Answers3

4

That is because it is not implemented yet. See ticket #1000954 and #1000210 for more information and future work on this.

kiritsuku
  • 52,967
  • 18
  • 114
  • 136
1

As a poor man's alternative, the JavaDoc view works for Java elements. You can enable it from Window/Show View and it will show you the docs related to the element under the cursor as long as it comes from Java (even in Scala code).

Iulian Dragos
  • 5,692
  • 23
  • 31
0

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