This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-25
Channels
- # babashka (77)
- # beginners (107)
- # calva (20)
- # cider (2)
- # clj-kondo (7)
- # clojure (63)
- # clojure-australia (2)
- # clojure-europe (75)
- # clojure-germany (10)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-serbia (15)
- # clojure-spain (2)
- # clojure-uk (24)
- # clojurescript (54)
- # clojureverse-ops (3)
- # cursive (20)
- # datahike (4)
- # datalog (5)
- # datascript (8)
- # datomic (13)
- # emacs (2)
- # fulcro (1)
- # graalvm (2)
- # instaparse (1)
- # jobs (2)
- # luminus (1)
- # malli (7)
- # off-topic (28)
- # pathom (6)
- # pedestal (2)
- # re-frame (5)
- # reagent (9)
- # remote-jobs (4)
- # rewrite-clj (4)
- # ring (19)
- # shadow-cljs (2)
- # spacemacs (2)
- # sql (10)
- # tools-deps (6)
- # xtdb (12)
I’ve been enjoying Calva but on my mac i use alt+left/right to move by word so often that I’m going crazy trying to undo what Calva does to override it. I see https://calva.io/customizing/#key-bindings it mentioned here and I’ve copy and pasted that move my word into my keybindings.json
file but it doesn’t seem to help
@cschep You might not need to go view that file. Bringing up the keyboard shortcuts panel in VS Code and adding a shortcut for cursorWordRight
, might do it for you. (Also change the forwardSexp
shortcut from there.)
Hello! When I Jack-in to a lein nrepl and run (.println System/out "hello stdout")
, where do I see the value printed? Thanks!
where is that?
found it 🙂
yes, thank you!
Great. We could actually make it so that anything that is printed there is also printed in the output window. As an opt-in thing, because it risks causing even more unbalance in the output editor than we already have. But anyway.
In the terminal where the repl is running, hit ctrl+c. That's the only way I know to stop it. Maybe we could add a command for stopping the repl that evals (System/exit)
. It's hardly easier though, I think.
Is there a way to "fold" or "collapse" code in Calva? e.g. http://i.imgur.com/dkqMnNV.png
oh. It appears when you hover... duh. Well I feel dumb