Fork me on GitHub
#cursive
<
2021-02-10
>
cfleming00:02:16

PSA: Cursive is currently broken with 2021.1 EAP 2: https://youtrack.jetbrains.com/issue/IDEA-261734

mengu11:02:38

hi everyone

mengu11:02:49

I imported my shadow-cljs project exactly like it's described here: https://cursive-ide.com/userguide/leiningen.html#import-an-existing-leiningen-project

mengu11:02:41

however I do have couple of issues: • I can't seem to find out how to start my shadow-cljs app from intellij • features such as auto import are not working.

mengu11:02:51

I believe I'm missing something but I don't know what it is

p-himik13:02:11

I don't think you can start shadow-cljs REPL with a single GUI action. You have to either start the REPL separately from IDEA or initiate it within Cursive REPL (but the last time I tried that, it didn't work that well). What do you mean by "auto import" exactly?

mengu19:02:37

@U2FRKM4TW, you know, as you type something, the intellisense show you auto completion options and once you choose one, it also automatically imports them

p-himik19:02:21

Right. It's not supported for any string-based :require at all in Cursive.

p-himik19:02:49

It's not related to shadow-cljs at all.