Fork me on GitHub
#cursive
<
2017-04-28
>
souenzzo01:04:30

there is plans to figwheel repl integration in cursive?

cfleming02:04:20

@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.

cfleming02:04:36

But hopefully that’ll be in the next EAP series, say within a month or so.

cfleming02:04:31

@onetom BTW I’ve filed this - adding modules from the Project Structure view is indeed totally broken.

danielcompton20:04:55

cfleming: I get what you mean now

danielcompton20:04:11

I just always closed and reopened IntelliJ when adding modules and they seemed to show up

cfleming21:04:42

@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.

cfleming02:04:26

I’ve added it to the next EAP series since it involves a change to how all lein projects are synchronised.

curlyfry06:04:56

@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.

mikepence15:04:06

thanks curlyfry, I will look into that