emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
Lu 2021-02-03T09:22:16.027800Z

I’ve got a small problem only when using a cljs repl with cider. When I use cider-pprint-eval-last-sexp , I sometimes get the evaluated data structure in one line, which makes it very hard to read esp when dealing with a big one.. Do you guys know how to work around this?

2021-02-04T09:54:43.035200Z

it works for cljs for me

2021-02-04T09:54:55.035400Z

we don't use shadow though, we use clj

Lu 2021-02-04T10:30:34.036200Z

Yeah not working in shadow in my proj :)

practicalli-john 2021-02-04T23:20:48.037700Z

Other alternatives are Portal and Reveal. Or raise an issue against cider (sorry, I don't have any specific ideas for this)

👌 1
solf 2021-02-03T11:28:27.032400Z

Do you use shadow-cljs? If so, try setting nrepl-pprint to true: https://shadow-cljs.github.io/docs/UsersGuide.html#_repl_3

solf 2021-02-03T11:32:57.032600Z

If you're not using shadow-cljs, then maybe this can point you to the right direction: https://github.com/nrepl/piggieback#pretty-printing

Lu 2021-02-03T12:06:21.032900Z

thanks for the pointers!

practicalli-john 2021-02-03T22:32:10.033200Z

Use the cider-inspect tool to view / navigate data structures