nrepl

pez 2023-05-06T11:11:14.466089Z

@bozhidar > We do something similar for ClojureScript REPLs - (require '[cljs.repl :refer [apropos dir doc find-doc print-doc pst source]]) We do this in Calva too since a few releases ago. But I just realized that this fails in Calva with shadow-cljs, because we don’t have a way for Calva to know when that cljs repl is connected. Does CIDER solve this? How, if so? (shadow-cljs auto-refers these utilities itself so that is why I haven’t noticed this problem until now.)