This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-20
Channels
- # announcements (5)
- # asami (162)
- # babashka (15)
- # beginners (1)
- # bitcoin (1)
- # calva (10)
- # chlorine-clover (3)
- # cider (1)
- # clj-kondo (4)
- # cljfx (10)
- # cljs-dev (1)
- # cljsrn (7)
- # clojure (38)
- # clojure-europe (69)
- # clojure-germany (2)
- # clojure-serbia (1)
- # clojurescript (22)
- # community-development (2)
- # conjure (1)
- # core-async (2)
- # cursive (14)
- # datahike (4)
- # fulcro (7)
- # graalvm (34)
- # helix (13)
- # honeysql (3)
- # lsp (134)
- # meander (56)
- # membrane (1)
- # off-topic (35)
- # practicalli (31)
- # releases (4)
- # rewrite-clj (5)
- # tools-deps (3)
- # vscode (6)
- # xtdb (8)
Hey all! I finally made the jump from Emacs to VS Code with Calva on Mac, loving it so far! There is just one thing about paredit that I am wondering about. I am clumsy, and often type “]” instead of “[” or “)” instead of “(”. In this case, I am writing an unbalanced paren - that I cannot delete, because somehow paredit seems to prevent me from doing it. I can select and cut it with CMD-X. Is there something I am missing, or something I can configure?
Not sure about Mac, but it's possible to use`Alt+Backspace` instead of just plain Backspace
on linux. The alt-variant ignores balancing. Similarly, it's possible to use Alt+Del
instead of just Del
That’s a good step, thank you! The ideal way would to prevent unbalanced parens completely. I just rechecked with Emacs, and I’m not able to type anything unbalanced, there. Is there a good reason to allow this? It’s not really a big deal, but something that really sticks out when switching
It is a quirk we have lived with for very long. I think we have turned blind towards it. Please file and issue about it.
Just did, thank you very much for your response! https://github.com/BetterThanTomorrow/calva/issues/1075
Hi all, is there a way to bind a key command to evaluate a specific form in Calva? Like to run (restart)
from the user ns even if I’m somewhere else?
I currently make an edit somewhere, switch over to user ns and then restart the server. I’m sure there must be a better way here.
Hi, @aramz! Yes, use the Custom REPL Commands featue for this. https://calva.io/custom-commands/