I just installed the Scala IDE Eclipse plugin with a fresh install of Eclipse Indigo.I followed the getting started youtube video on the scala-ide.org main page on a fresh installation of Indigo. Inst
Is there any possibility that i can search for a method in a class, trait or object via scala doc, globally? Example: I have a method name and I don\'t know which class it belongs to so i can type it
Is there any way you can m开发者_Go百科ake IntelliJ wrap scaladoc at the margin? Basically, I want this:
I am trying to 开发者_运维问答find the documentation for the Scala operator method #::. I believe that it is defined in the Stream class because of an example I found that uses it.
Ruby has a program call开发者_运维知识库ed ri where you can type in \'ri Array\' and get its manpage. Is there something like that for scaladoc?Now that the Scaladoc web \"app\" is being enhanced with
Why do some method descriptions in Scaladoc start with [use case]? Example: scala.co开发者_运维问答llection.immutable.StringOps.++
I wish to compile scaladoc and javadoc in a project with both scala and java in it.The project has more than one source directory (each of which may have scala or javadoc).I tried:
How do I use/generate scaladoc from within IntelliJ Idea (running on ubuntu)? Most preferably I would like to configure Tools/generate javadoc to also generate scaladoc, though that might be hard as o