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

Feature request: inline HTML results (I'm happy to work on this)

Open zot opened this issue 2 years ago • 3 comments

Anyone know if the VSCode Julia console can potentially display HTML results inline (instead of in a plot view)?

If the architecture permits it, I'd be happy to make a PR but I thought someone like @pfitzseb might know off the top of their head...

zot avatar Jul 30 '22 19:07 zot

I've extended Atom before but not VSCode and the archicture's pretty different...

zot avatar Jul 30 '22 19:07 zot

if the VSCode Julia console can potentially display HTML results inline

It cannot, unfortunately. In-editor results must be plain-text, hover results can be markdown and a very limited subset of HTML. The terminal can only do text, currently.

pfitzseb avatar Jul 30 '22 20:07 pfitzseb

I believe this might be possible once https://github.com/xtermjs/xterm.js/issues/614 is done.

davidanthoff avatar Jul 30 '22 21:07 davidanthoff