cursive

Issues at: https://git.io/cursive-issues
cfleming 2021-02-10T00:37:16.102500Z

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

mengu 2021-02-10T11:58:38.103100Z

hi everyone

mengu 2021-02-10T11:58:49.103400Z

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

mengu 2021-02-10T11:59:41.104600Z

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.

mengu 2021-02-10T11:59:51.105Z

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

p-himik 2021-02-10T13:19:11.105300Z

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?

mengu 2021-02-10T19:24:37.105700Z

@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

mengu 2021-02-10T19:26:35.105900Z

see it in action: https://cursive-ide.com/userguide/images/editing/class-completion.png

p-himik 2021-02-10T19:28:21.106200Z

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

p-himik 2021-02-10T19:28:49.106400Z

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