Show executed commands in REPL

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.

This is not currently possible, yes.

1 Like

Is this an issue for Atom.jl, Juno.jl, atom-julia-client.jl, or atom-ink.jl?

Juno.jl. If you try to open an issue in one of the other repos it should point you there as well :slight_smile:

Thank you! I’ve filed the issue.