Clojure-Sublimed
Clojure-Sublimed copied to clipboard
Toggle pretty print successful eval result under the code
When standing inside successful evaluation, Ctrl+I should toggle between compact one-line truncated view (first) and expanded pretty-printed view (second):
Note: do not use clojure.pprint, better implement it yourself: same idea, but sans the part where it tries to fit keys/values into 80 chars