As an infrequent user of the REPL window, I do have one use case where I always use it: When an evaluation fails and I don't understand the error message. Then I evaluate the same thing to the REPL window to get the stack trace it prints. It would be nice to have this help automatically, so that when an editor inline evaluation fails, the stack trace is always ready to be shown in the REPL window. So something like this:
Related: #424
This should be pretty easy to implement after #424, I will keep this in mind.
I'd like to have something of this type as well. The errors when in-line evaling are not enough and I'm having to constantly fall back to emacs to figure out what is wrong.
Most helpful comment
This should be pretty easy to implement after #424, I will keep this in mind.