Function: cider-eval-last-sexp-to-repl
cider-eval-last-sexp-to-repl is a function alias and interactive for
cider-eval-form-to-repl, defined in cider-eval.el.
This command is obsolete since 2.1.0; use cider-eval-form-to-repl
instead.
Signature
(cider-eval-last-sexp-to-repl &optional PREFIX)
Documentation
Evaluate the form point indicates and insert its result in the REPL.
How the expression is located is controlled by cider-form-targeting.
If invoked with a PREFIX argument, switch to the REPL buffer.
Key Bindings
Aliases
cider-eval-last-sexp-to-repl (obsolete since 2.1.0)