AREPL-vscode icon indicating copy to clipboard operation
AREPL-vscode copied to clipboard

if the outputs also showed which line of python they were coming from it would be awesome

Open Vishwasrr opened this issue 5 years ago • 2 comments

Vishwasrr avatar Mar 15 '20 03:03 Vishwasrr

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.

Almenon avatar Mar 15 '20 06:03 Almenon

See https://github.com/Almenon/AREPL-backend/pull/102

Almenon avatar Mar 15 '20 06:03 Almenon