cider icon indicating copy to clipboard operation
cider copied to clipboard

Make `cider-javadoc` work with Javadocs located within .jars

Open vemv opened this issue 9 months ago • 0 comments

M-x cider-javadoc doesn't appear to work for .jar javadocs, as enabled by enrich-classpath.

I don't immediately know what the correct behavior should be tbh - perhaps uncompressing them to a tmp dir and then browser-opening that?

We also have the ~./cache/mx.cider/unzipped-jdk-sources dir. We could use a similar technique.

vemv avatar Nov 08 '23 13:11 vemv