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
any idea what I’m missing?
@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!
Maybe in the jack-in terminal?
where is that?
found it 🙂
Was the output there?
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.
ah thanks, this did the trick!
is there an easy way to stop the REPL process
i see disconnect, but i’m assuming that leaves the process running in the background?
oh wow, thanks for this
i should have thought of that! 😄
You're welcome!
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
😍 It's vscode built in behaviour.