Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a command line program to lookup Scaladoc?

Tags:

scala

scaladoc

Ruby has a program called ri where you can type in 'ri Array' and get its manpage. Is there something like that for scaladoc?

like image 500
tommy chheng Avatar asked Nov 12 '10 01:11

tommy chheng


3 Answers

Now that the Scaladoc web "app" is being enhanced with indexes for fast in-browser search, this kind of thing should become much easier, especially now that there's always a JS interpreter in JDK6. I'd suggest filing an enhancement request. :)

like image 108
Alex Cruise Avatar answered Oct 27 '22 10:10

Alex Cruise


Not that I know of, but it would be cool. I don't think it would be too hard to do it, given that scaladoc (I heard) is supposed to be kind of pluggable.

like image 28
Daniel C. Sobral Avatar answered Oct 27 '22 08:10

Daniel C. Sobral


vim-scaladoc was released in late 2012.

like image 22
noahlz Avatar answered Oct 27 '22 10:10

noahlz