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

Feature Request, AREPL with code lenses

Open Astrantia opened this issue 6 years ago • 3 comments

I think Quokka.js is for javascript what Arepl is for python, and I like Quokka's approach more because of convenience. Take a look here https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode

Astrantia avatar Oct 08 '18 22:10 Astrantia

Yeah, I know of quokka. I use it, as a matter of fact. I'm not quite sure what you mean by code lens - I'm guessing you mean inline variable values? I'm planning to add this (see #3 for inline errors) but have not gotten around to it yet. I'll put it on a milestone so it gets done. In the meantime I suggest using wolf. You can use it at the same time as arepl too.

Almenon avatar Oct 09 '18 02:10 Almenon

@Almenon Wolf looks pretty good, but I'd like this feature to bundled with Arepl. Thanks!

Astrantia avatar Oct 09 '18 02:10 Astrantia

@Astrantia There's lots of work to be done for this but as a first step I added inline error icons. You can opt into this by settings the AREPL.inlineResults setting to true. Can you test it out and let me know if it works?

Almenon avatar Dec 16 '18 01:12 Almenon