Fork me on GitHub
#cursive
<
2021-05-15
>
Ivan Koz09:05:11

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 Koz11:05:32

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

raspasov12:05:08

Off-topic: what is the theme?

thheller12:05:47

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

raspasov12:05:42

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

raspasov12:05:34

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

raspasov12:05:14

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

Ivan Koz12:05:05

also can't navigate to definition with ctrl+click

raspasov13:05:44

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

Ivan Koz12:05:29

material ui + custom editor theme

Ivan Koz12:05:15

do you need it?

raspasov12:05:09

Thank you 🙂 I’ll look at material UI.

Ivan Koz12:05:31

here material ui settings, and editor theme

👍 2