Viewing Scaladoc in Eclipse

后端 未结 2 799
灰色年华
灰色年华 2020-12-29 17:59

In Eclipse I have set the Javadoc Location property of my Scala project to file:/D:/EclipseWorkspace/MyProject/target/scala-2.9.1/api

2条回答
  •  庸人自扰
    2020-12-29 18:43

    Scaladoc is now integrated since release 4.0.0 RC1 of the Scala-IDE plugin. You can just hover over your term, or press F2 while the cursor is on the identifier.

提交回复
热议问题