cider icon indicating copy to clipboard operation
cider copied to clipboard

Ability to auto-inspect on repl eval

Open vemv opened this issue 5 months ago • 2 comments

There's cider-auto-inspect-after-eval which only affects interactive eval, not repl eval.

This mostly makes sense, since it would be confusingly disruptive if, right after sending a form over the repl, Emacs focused to the Inspector buffer.

However after https://github.com/clojure-emacs/cider/pull/3634 it will be possible to keep the Inspector in the background.

So I'm thinking of a new defcustom, cider-auto-inspect-after-repl-eval, default nil.

When set to t, after every repl eval, the Inspector buffer would be refreshed with the corresponding value. This is handy for intrincate results.

vemv avatar Mar 15 '24 11:03 vemv