Fork me on GitHub
#cursive
<
2017-02-25
>
boris05:02:12

Here’s an easy one for you - does cursive support in-editor window results like i have working in atom w/protorepl ? Looked everywhere and can’t seem to confirm or deny. Sending to repl working fine.

boris05:02:49

i.e. “Send blah to REPL” printing results next to the form I just sent, not just in the REPL window

cfleming06:02:07

@boris It doesn’t do this right now, but I want to add that soon. It’s hard in IntelliJ to have the collapsible inline forms for composite data structures, so I’ll have to have a workaround for that.

boris06:02:21

@cfleming great thanks. More a nice to have for me although any kind of data structure browsing would be nice even if not inline.

cfleming09:02:26

@boris Cool. It’ll almost certainly be a gutter icon on the left hand side, which will open a browser when you click on it.

curlyfry13:02:29

@cfleming That would be awesome :) I feel a bit spoiled by the data structure browsing in cljs-devtools when I work in JVM Clojure. Though the thing I'm missing the most from cursive is still an "extract function" refactoring.

carocad15:02:59

quick question guys, do I need a special configuration for Cursive to recognize cljs symbols?

carocad15:02:44

I went over the re-natal getting started and added the project to Cursive but I am getting lots of ... cannot be resolve.

carocad15:02:45

I understand react native components being a new thing but I thought that Cursive had support for Clojurescript out of the box. Yet I get js/require cannot be resolve 😞 Any advices, please?

cfleming22:02:02

@carocad Cursive’s resolution of JS symbol is a bit hit and miss unfortunately. I’m going to try to improve it soon. The detection of built-in symbols is based on a set from Tern (http://ternjs.net/) but the one from TypeScript might be better.