I have used the Atom IDE for Julia (JuliaPro/Juno) for a few years, but recently configured a new computer and decided to install the VS Code extension since the Atom version will no longer be updated. I’ve had a few problems with the REPL that I would appreciate help with.
I have no prior VS Code experience, so apologies if I’m missing obvious things there!
- The documentation says that Alt+K will stop the kernel, like Ctrl+J+K did in the Atom version. However, I’ve been unable to get this shortcut to have any effect. Am I doing something wrong?
- Similarly, is there any equivalent to the Ctrl+C command in the Atom version which stops only the current command being executed?
- In Atom, the pane layout would be retained from session to session, including the location of the REPL. In VS Code, it always starts in its location with Powershell in the bottom of the window, and I have to drag it out to my preferred location. Is there a way to retain that location?
- Is there a way to stop the automatic REPL output of all commands? I prefer to have only the inline results unless I specifically request output in the REPL. Even ending lines with a semicolon prints a blank line, which gets inconvenient when it pushes something I actually want to see out of view.