swank-clojure icon indicating copy to clipboard operation
swank-clojure copied to clipboard

add support for javadoc

Open hanfeisun opened this issue 11 years ago • 0 comments

I found this plugin awesome.

Only one things that I think need to be improved may be the support for javadoc

For example:

user> (use 'clojure.java.javadoc) nil user> (javadoc java.net.URL) ; Evaluation aborted. "http://java.sun.com/javase/6/docs/api/java/net/URL.html"

It would be much easier If I can point to java.net.URL, can type in C-c C-d C-j

hanfeisun avatar Aug 22 '12 02:08 hanfeisun