clojuredocs icon indicating copy to clipboard operation
clojuredocs copied to clipboard

ClojureScript support in docs and output?

Open jaidetree opened this issue 3 years ago • 1 comments

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 avatar Sep 28 '22 18:09 jaidetree

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.

jaidetree avatar Sep 28 '22 19:09 jaidetree