Fork me on GitHub
#cursive
<
2017-04-06
>
vikeri10:04:56

Can Cursive leverage Intellij’s Javascript intelligence when using javascript interop? More specifically I’m using (js/require "realm") and it would be great if cursive would understand that.

cfleming11:04:01

@vikeri Not right now, no. I’m also hesitant to build too much around that because it won’t work for anyone using the Community Edition. I am planning to make Cursive’s JS indexing smarter, though.

cfleming11:04:26

Hopefully at some point Cursive will be able to work in e.g. WebStorm, but that doesn’t work right now.

cfleming11:04:59

JetBrains have a project to enable that, but it’s currently stalled AFAIK.

vikeri11:04:25

Okok, couldn’t one disable the x cannot be resolved warning for javscript interop then?

cfleming11:04:39

Yeah, I actually think there’s an issue for that.

cfleming11:04:17

I’m planning to investigate to see how good I can get it, and then probably disable any warnings I can’t fix.

vikeri11:04:00

Okok! Cool!