Fork me on GitHub
#cider
<
2022-08-17
>
agigao12:08:41

Hello folks, does Cider support suggesting libraries/namespaces for specific function that isn't under :require yet but we're trying use anyway? For example writing pprint in the namespace and Cider suggesting that I can import it from clojure.pprint?

vemv12:08:49

yes, clj-refactor has a few related features magic-requires, add-libspec, cljr-slash

1
vemv15:08:09

answering