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

Provide Vscode Notebook Support

Open Matelasse opened this issue 5 years ago • 3 comments

Hi. It may be a little early for this issue, but soon (already available in Insiders) Vscode will add API for native notebooks. There's IHaskell kernel available out there to be hooked up with vscode's API, so my feature request would be to connect them up. Python extension is currently adding support for this, and so is Julia (https://github.com/julia-vscode/julia-vscode/pull/980). Haskell Notebooks in vscode will be very nice for existing Haskell developers, and they will be even nicer for Haskell beginners.

Matelasse avatar Jun 05 '20 19:06 Matelasse

@Matelasse thanks for the suggestion, has been some time since this so what could be the actual state of the art for this?

jneira avatar Mar 09 '21 07:03 jneira

The api is here https://code.visualstudio.com/api/extension-guides/notebook

jneira avatar Mar 09 '21 07:03 jneira

It actually seems to work already.

I installed the Jupyter vscode extension and https://github.com/gibiansky/IHaskell and I can open and execute haskell notebooks in vscode.

Or were you thinking of some form of closer integration?

tittoassini avatar Apr 11 '21 15:04 tittoassini