This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-11
Channels
- # admin-announcements (3)
- # beginners (51)
- # boot (14)
- # cider (55)
- # cljsrn (5)
- # clojure (105)
- # clojure-austin (2)
- # clojure-brasil (3)
- # clojure-dusseldorf (2)
- # clojure-greece (5)
- # clojure-italy (1)
- # clojure-mexico (1)
- # clojure-russia (74)
- # clojure-spec (66)
- # clojure-uk (22)
- # clojurescript (124)
- # cursive (10)
- # datomic (79)
- # events (2)
- # immutant (3)
- # jobs (4)
- # klipse (38)
- # leiningen (2)
- # luminus (1)
- # off-topic (25)
- # om (48)
- # om-next (36)
- # on (1)
- # onyx (19)
- # overtone (3)
- # pedestal (2)
- # proton (3)
- # re-frame (178)
- # reagent (49)
- # ring-swagger (1)
- # spacemacs (10)
- # specter (29)
- # testing (5)
- # untangled (6)
- # yada (65)
@nikki: I have tried parinfer with Nightcode editor and although it looked promising I found that it quickly became annoying. Suggest parinfer is something you need to invest a bit of time in getting used to and making the most of. I didn't seen any benefit over smartparent, which I use in many languages / modes in Spacemacs.
yesterday I discovered the most useful shortcut everyone probably knows i wish I knew months ago , g g
for jump-to-definition so much time wasted without this
g d
also works for me, & saves one keystroke. Possible that's one I set up myself, but I don't think so.
@nikki seconded on @jr0cket's comment re: investment. parinfer is cool, and IMO saves keystrokes, but it will break all kinds of stuff if you haven't really learned all conventions in advance. ie not a good one to just turn on & start messing around, at least not on code that you're actively working on.
@eggsyntax i came across this https://clojurians-log.clojureverse.org/clojure/2016-09-23.html while wanting to disable print-namespace-maps myself
@jr0cket @eggsyntax thanks for the advice! will play w/ it and see