Cheatography
https://cheatography.com
All the keyboard shortcuts for VS Code Calva
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Tests
Run namespace tests |
ctrl+alt+v t |
Run all tests |
ctrl+alt+v ctrl+t |
Rerun previously failing tests |
ctrl+alt+v ctrl+t |
Misc
Selection of current form |
ctrl+alt+v s |
Set calva.lintOnSave
to control linter |
"calva.lintOnSave": true
|
|
|
Code Evaluation
Evaluate code and show the results as annotation in the editor |
ctrl+alt+v e |
Evaluate code and replace it in the editor, inline |
ctrl+alt+v r |
Pretty printing evaluation resuls |
ctrl+alt+v p |
|
|
REPL in the Terminal tab
Switch to current namespace in the terminal REPL |
ctrl+alt+v n |
Load current namespace in the terminal REPL |
ctrl+alt+v alt+n |
Evaluate code from the editor to the terminal REPL |
ctrl+alt+v alt+e |
|