How to clear the terminal of VS code?
In MATLAB, we have ‘clc’.
How to clear the terminal of VS code?
In MATLAB, we have ‘clc’.
You can use ;clear (the ; invokes the shell). And then simply hit backspace to get back to the Julia REPL. Or is that not what you want?