This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-26
Channels
- # bangalore-clj (1)
- # beginners (12)
- # boot (48)
- # cider (56)
- # clara (1)
- # cljs-dev (15)
- # clojure (455)
- # clojure-austin (2)
- # clojure-dev (33)
- # clojure-italy (26)
- # clojure-nl (6)
- # clojure-poland (10)
- # clojure-russia (23)
- # clojure-spec (33)
- # clojure-uk (62)
- # clojurescript (37)
- # code-art (2)
- # cursive (12)
- # datomic (48)
- # funcool (1)
- # juxt (16)
- # leiningen (13)
- # off-topic (12)
- # om (23)
- # onyx (16)
- # other-lisps (5)
- # parinfer (2)
- # pedestal (28)
- # re-frame (60)
- # reagent (8)
- # ring (1)
- # ring-swagger (15)
- # spacemacs (5)
- # specter (53)
- # test-check (2)
- # unrepl (8)
- # vim (14)
Is there a way to select all the expressions inside a do, but not the do itself? For example: (do (foo) (bar)) just select (foo) (bar).
Is IDEA 2017.2 safe to use with Cursive or do people still suffer from the function/arity detection wonkiness as reported a while ago?
If you have JetBrains toolbox installed you can upgrade and test. If the update breaks stuff then you can rollback. Also it works on my machine as well
I’d like to upgrade but I don’t want to risk breaking my setup on my work machine as I need it fully operational for my day-to-day stuff.
I'm on 2017.2, there was a little bit of wonkiness with upgrading settings where some of the styling ones were lost (not Cursive's, just general IntelliJ ones)
But other than that it's fine
working fine here too