This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-08
Channels
- # announcements (5)
- # babashka (46)
- # beginners (32)
- # calva (9)
- # chlorine-clover (4)
- # clojars (31)
- # clojure (83)
- # clojure-italy (1)
- # clojure-nl (1)
- # clojure-spec (13)
- # clojure-uk (12)
- # clojuredesign-podcast (1)
- # clojurescript (30)
- # cursive (3)
- # fulcro (18)
- # graalvm (6)
- # graphql (2)
- # jobs-discuss (6)
- # joker (4)
- # malli (1)
- # nrepl (1)
- # off-topic (15)
- # shadow-cljs (2)
- # spacemacs (3)
- # tree-sitter (19)
- # vim (1)
- # vscode (7)
Now I need some help testing Paredit and Higlight/rainbow things: https://github.com/BetterThanTomorrow/calva/pull/582
i use discard markers a fair bit and i have so far not felt like moving something that's not a discard form to the right of a discard marker. it seems to me like it could lead to unexpected consequences:
1. 'a #_ 'b ; 'b is ignored
2. #_ 'a 'b ; now 'a is ignored, but 'b is not
i don't think i've ever wanted that type of thing.
may be i've misunderstood something?perhaps there are specific cases where you've felt the need? may be i'm missing some good opportunities 🙂
Yeah. But maybe it is more common to want the marker to stay with the form it tags. Or more valuable, at least.
i had never thought to try it like that, but now i might 🙂 may be there's something like this in paredit? https://emacs.stackexchange.com/questions/44502/how-to-swap-s-expressions-with-paredit/44521#44521
Yes. ctrl+alt+t
in Calva. It happens to be the movement primitive used for the drag forward/backward commands that I use in the GIF above. I tend to use them rather than transpose, because that is how I think about it. ”This should go after/before that”.
Here's a VSIX for your convenience: https://4456-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.81-wip-reader-aware-cursor-96ea251e.vsix Thanks in advance!