PSA: Cursive is currently broken with 2021.1 EAP 2: https://youtrack.jetbrains.com/issue/IDEA-261734
hi everyone
I imported my shadow-cljs project exactly like it's described here: https://cursive-ide.com/userguide/leiningen.html#import-an-existing-leiningen-project
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.
I believe I'm missing something but I don't know what it is
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?
@p-himik, you know, as you type something, the intellisense show you auto completion options and once you choose one, it also automatically imports them
see it in action: https://cursive-ide.com/userguide/images/editing/class-completion.png
Right. It's not supported for any string-based :require
at all in Cursive.
It's not related to shadow-cljs at all.