AREPL-vscode
AREPL-vscode copied to clipboard
if the outputs also showed which line of python they were coming from it would be awesome
By Output do you mean print output or variable output? I've worked on getting print output to display inline but unfortunately it causes performance problems. I suppose I could add it as a optional setting defaulted to off 🤔.
Inline variable output is a long ways away if at all, unfortunately. It will take quite a lot of work.
See https://github.com/Almenon/AREPL-backend/pull/102