I have a legacy project using the old (original) figwheel. I have it working perfectly with CIDER, but I always run (stop-autobuilds) and then (start-autobuilds) to add my ‘test’ build id. Is there a way to make that happen automatically? Again, this is the old figwheel, not figwheel-main….
Can cider-eval-last-sexp
pretty-print?
I often return a map and it's currently being shown on one loooooong line.
It can't as there's no good way to do pretty printing in an overlay. It's best to use the dedicated eval-pprint
commands instead.
Ah, that makes sense, thanks