Fork me on GitHub
#cider
<
2019-05-19
>
dangercoder18:05:29

Does anyone know how I turn on javascript-interop autocomplete when using Clojurescript? It used to work once upon a time, I did not understand how it worked though. I am using Spacemacs (Emacs) and Cider.

dangercoder18:05:00

I just found the issue:

dangercoder18:05:16

importing [binaryage/devtools "0.9.7"]

dangercoder18:05:47

or hmm... nvm

richiardiandrea00:05:41

At the moment there is no JavaScript autocomplete in cider

richiardiandrea00:05:52

Only non-JVM ClojureScript, like lumo, has it. It is indeed unfortunate..

dangercoder07:05:29

ah I see. Thanks!