Fork me on GitHub
#cursive
<
2022-03-07
>
scarytom16:03:03

What's the latest on ClojureScript support in Cursive with regards clicking through into 3rd party npm dependencies? I'm using shadow-cljs and currently my require blocks and later references are all yellow. Last I heard this was something that Colin was going to look into, but I'm guessing that's still on the TODO list? Anyone got any workarounds for this?

cfleming20:03:55

Right now I’m working on making the screaming less for JS interop, as well as handling string requires properly. The second part there requires unpicking some very old code for handling ns forms, which was probably some of the first code I ever wrote in Cursive. But I’m hoping both of those fixes will be in the current EAP series.

👍 1
cfleming20:03:38

And I have plans also to try to index JS libs better for better IDE features, but that won’t be in this series.

scarytom23:03:13

fantastic news, thanks