Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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).

share|improve this question

2 Answers

up vote 4 down vote accepted

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

share|improve this answer
Thanks a lot for the information. Is there any other way to refer to the doc from eclipse? – FireAndIce Sep 13 '12 at 7:39

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).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.