Fons van der Plas
Fons van der Plas
@dralletje Can you make a TODO list?
Can you make the changes to the preact import on main instead?
About _turning Pluto into a VS Code extension_: that would be an unexciting end to this experiment, https://github.com/fonsp/Pluto.jl/issues/158#issuecomment-640598768, and there are lots of reasons for a standalone notebook system to...
(I'd like to point out that Pluto already has all the features you mentioned (except a linter), but you are right that making them more advanced might be easier inside...
I don't think that this adds much. If you really want to open it as a tab inside VS Code then you could use https://marketplace.visualstudio.com/items?itemName=zhhlwd.openTheWebPage On the other hand, this...
I started working on an extension that runs and shows Pluto inside a panel (using a 'webview', i.e. iframe): https://github.com/JuliaComputing/pluto-vscode A cool thing here is that it forwards Pluto's assets...
There is the second idea, using the [Notebook API](https://code.visualstudio.com/api/extension-guides/notebook) with a Pluto backend. If someone is motivated to create and maintain it, I think that [Pluto's communication model](https://github.com/fonsp/Pluto.jl/blob/40f9a9263984bf49faef9d33490b48296e3f0027/src/webserver/Dynamic.jl#L26-L81) is in...
@pankgeorg can you make that last commit on main, not on this PR?
> Another stance could be to only show the wiggling underlines (that make the variable a link) when Ctrl is pressed. This way, the first time the user hits Ctrl,...
:) I like the fat underlines, since globals play the lead role in our reactivity. But good to hear your feedback! I will take it into consideration the next time...