repl-repl makes it dead simple to evaluate Clojurescript code directly in your editor.
Instant feedback with syntax highlighting is delivered straight to your browser's DevTools console.
This extension is intended to be used in tandem with a live development environment such as Figwheel.
Based on where the cursor is, you can do one of the following:
Evaluate Outermost Form
Default keybinding: cmd-enter
(mac), alt-enter
(windows)
Evaluate Current Form
Default keybinding: cmd-alt-enter
(mac), alt-ctrl-enter
(windows)
Evaluate Current Expression
Default keybinding: ctrl-cmd-alt-enter
(mac), shift-ctrl-alt-enter
(windows)
Please customize these keybindings to suit your needs.
You can also access the commands above from the following places:
cmd-shift-p
) and search for "Repl Repl"
Copyright © 2018 JC
Example animation features the FiraCode font by tonsky
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.