I've fallen in love with using REPL Commands (binding the tool menu to the emacs-esque M-x) but I wonder if they can be versioned controlled à la the .run directory?
Project REPL commands already are (or can be) version controlled in a config file in your .idea folder. But I guess you mean a more accessible edn format or something?
Oh, I didn't think to look there! facepalm That's exactly what I'm after, thanks!
When I use CMD+shift+p to send a form to the REPL that evaluates to a collection, I get a dropdown menu by default that lets me cycle through each individual element. I have to hit escape to get back to an inline display, e.g [1 2 3 4]. Is there a way to make the inline display the default?
That's because the initial preview is only really useful for very small results. But if you'd like to change that behaviour, it's in Settings | Languages & Frameworks | Clojure | REPL | Auto expand results with fewer entries than.... You can set that to 0, and then your previews will never be auto-expanded.