clojuredocs
clojuredocs copied to clipboard
ClojureScript support in docs and output?
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?
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.