intellij-arend
intellij-arend copied to clipboard
Save history in REPL
As title.
Hi, @ice1000! I implemented feature :show_context
and :reset_context
for REPL which prints all the earlier typed in definitions/import commands which affect the state of REPL. Could you elaborate whether you meant that or something else?
Hi, @ice1000! I implemented feature
:show_context
and:reset_context
for REPL which prints all the earlier typed in definitions/import commands which affect the state of REPL. Could you elaborate whether you meant that or something else?
Like when you start the repl and press up, you'll see the last command you used in the previous session. Jline3 has a feature for that.