This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-25
Channels
- # beginners (20)
- # boot (25)
- # cider (1)
- # cljs-dev (7)
- # cljsjs (1)
- # cljsrn (1)
- # clojure (79)
- # clojure-austin (2)
- # clojure-berlin (13)
- # clojure-dusseldorf (1)
- # clojure-germany (7)
- # clojure-russia (10)
- # clojure-serbia (1)
- # clojure-spec (18)
- # clojure-uk (4)
- # clojured (1)
- # clojurescript (90)
- # cursive (10)
- # datomic (7)
- # emacs (14)
- # hoplon (6)
- # luminus (16)
- # lumo (4)
- # numerical-computing (2)
- # om (25)
- # om-next (1)
- # onyx (11)
- # pedestal (10)
- # protorepl (1)
- # reagent (11)
- # remote-jobs (1)
- # ring (1)
- # rum (38)
- # spacemacs (5)
- # test-check (7)
- # untangled (122)
- # vim (1)
- # yada (8)
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.
i.e. “Send blah to REPL” printing results next to the form I just sent, not just in the REPL window
@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.
@cfleming great thanks. More a nice to have for me although any kind of data structure browsing would be nice even if not inline.
@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.
@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.
quick question guys, do I need a special configuration for Cursive to recognize cljs symbols?
I went over the re-natal getting started and added the project to Cursive but I am getting lots of ... cannot be resolve
.
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?
@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.