cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
581 stars 7 forks source link

"No Documentation found" for certain libraries #2880

Open Hendekagon opened 7 months ago

Hendekagon commented 7 months ago

Quick Documentation says "No documentation found" for some libraries, e.g. Datahike

However, in the case of datahike.api its vars do have :doc in their metadata:

(:doc (meta #'d/q))
=>
"Executes a datalog query...
cursive-ide commented 7 months ago

I added datahike to the stubs list, but code using the API then has lots of arity errors due to errors in the function metadata, see: replikativ/datahike#666. I'm going to hold off adding this until someone fixes that, since I think the arity warnings are more annoying than the lack of documentation.