Fork me on GitHub
#cider
<
2020-12-13
>
jmckitrick13:12:31

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….

frozenlock19:12:03

Can cider-eval-last-sexp pretty-print? I often return a map and it's currently being shown on one loooooong line.

bozhidar19:12:56

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.

👍 3
frozenlock19:12:37

Ah, that makes sense, thanks