cursive

Nicolas Venegas 2026-05-28T03:37:23.233709Z

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?

cfleming 2026-05-28T06:19:16.562189Z

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?

Nicolas Venegas 2026-05-29T05:02:21.129069Z

Oh, I didn't think to look there! facepalm That's exactly what I'm after, thanks!

Anthony Franco 2026-05-28T15:28:48.325839Z

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?

cfleming 2026-05-29T21:18:36.640499Z

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.

1