cursive

Issues at: https://git.io/cursive-issues
Ivan Koz 2021-05-15T09:57:11.386900Z

I'm trying to run shadow-cljs + deps.edn project from intellij, how to setup run configuration properly? currently starting it from console {:dev {:main-opts ["-m" "shadow.cljs.devtools.cli" "watch" ":app"]}} clj -M:dev

Ivan Koz 2021-05-15T11:07:32.388200Z

alright for now, clj -M:dev is a shell script in run config

Ivan Koz 2021-05-15T12:27:53.391Z

No documentation, nor code completion for JS function is that a normal thing? https://gyazo.com/4c6f436efb54fc811b69be0efcde59a6.png https://i.gyazo.com/c84645fe9cd28dc64dae0720a9aa0ebb.png

raspasov 2021-05-15T12:31:08.391200Z

Off-topic: what is the theme?

Ivan Koz 2021-05-15T12:31:29.391800Z

material ui + custom editor theme

raspasov 2021-05-15T12:31:47.391900Z

NIce.

Ivan Koz 2021-05-15T12:32:15.392100Z

do you need it?

thheller 2021-05-15T12:32:47.392300Z

yes, that is normal. support for JS completion is pending.

raspasov 2021-05-15T12:33:09.392500Z

Thank you 🙂 I’ll look at material UI.

Ivan Koz 2021-05-15T12:37:31.392700Z

here material ui settings, and editor theme

1đź‘Ť
raspasov 2021-05-15T12:41:33.393400Z

Thanks!

raspasov 2021-05-15T12:47:42.393600Z

There is some basic support, but yes, in general it’s not like for JVM Clojure.

raspasov 2021-05-15T12:48:34.394100Z

(this is in the paid IntelliJ, don’t remember if that makes a difference, I think it has “more” web support)

raspasov 2021-05-15T12:50:14.394300Z

Things like those don’t resolve properly (but compile OK).

Ivan Koz 2021-05-15T12:53:05.394700Z

also can't navigate to definition with ctrl+click

raspasov 2021-05-15T13:08:44.394900Z

Yes. That would be part of the same process, I believe.