This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-28
Channels
- # aws-lambda (2)
- # beginners (49)
- # boot (49)
- # cider (7)
- # clara (1)
- # cljsrn (4)
- # clojure (199)
- # clojure-android (49)
- # clojure-dev (1)
- # clojure-greece (4)
- # clojure-italy (3)
- # clojure-nl (4)
- # clojure-norway (5)
- # clojure-russia (78)
- # clojure-spec (22)
- # clojure-uk (18)
- # clojurebridge (2)
- # clojurescript (252)
- # core-typed (2)
- # cursive (11)
- # data-science (1)
- # datascript (2)
- # datomic (38)
- # devcards (1)
- # flambo (3)
- # hoplon (10)
- # immutant (2)
- # jobs (3)
- # luminus (1)
- # lumo (2)
- # off-topic (8)
- # om (3)
- # onyx (29)
- # parinfer (1)
- # pedestal (4)
- # portkey (13)
- # re-frame (13)
- # reagent (6)
- # ring (3)
- # ring-swagger (15)
- # schema (2)
- # spacemacs (4)
- # test-check (4)
- # untangled (46)
- # yada (2)
@souenzzo Yes, in fact that’s going to be the next major thing I add. Unfortunately the current EAP series has had some very time-consuming bugs in it, so it’s taken a while.
@onetom BTW I’ve filed this - adding modules from the Project Structure view is indeed totally broken.
cfleming: I get what you mean now
I just always closed and reopened IntelliJ when adding modules and they seemed to show up
@U051KLSJF In fact, just a refresh lein projects will do, you don’t have to restart. But yeah, that does seem to be required - I’m consulting JetBrains about this.
I’ve added it to the next EAP series since it involves a change to how all lein projects are synchronised.
@mikepence I use (js-debugger)
directly in the cljs code, and then debug in chrome devtools (with the cljs-devtools plugin). Not quite as nice as breakpoint in the editor, but it gets the job done.