zk / clojuredocs

clojuredocs.org web app
http://clojuredocs.org
Eclipse Public License 1.0
1.03k stars 77 forks source link

ClojureScript support in docs and output? #244

Open jaidetree opened 2 years ago

jaidetree commented 2 years ago

Using clojure-lsp and was interested in the clojuredocs integration for a shadow-cljs, and my other nbb projects. However, seems that the exports only reference clojure.core and are not going to be associated with ClojureScript core functions.

Is there any plans or interest in supporting ClojureScript so clojuredocs populates textDocument/hover LSP requests and other commands? What would be the work involved?

jaidetree commented 2 years ago

For example, in emacs if you try to open up clojuredocs lookup:

https://github.com/clojure-emacs/cider/blob/dd4c555fd88834581306ac54f1aaefe2b0efec99/cider-clojuredocs.el#L164

You get a "Clojuredocs doesn't support ClojureScript" warning.