The “display results in the console” option sends the evaluated output to the console. But is it possible to also show the executed commands in the REPL (for multiple lines, show [first code line], then [output1], then [second code line], then [output2] etc)? This would make it much easier to keep track of what I’ve run, and what the associated output was.
This is the behavior that I’m used to from VS Code. If it’s not currently possible, I’m happy to file an issue.