MATLAB-extension-for-vscode icon indicating copy to clipboard operation
MATLAB-extension-for-vscode copied to clipboard

Add Support for VS Code Interactive Window Mode

Open RoyiAvital opened this issue 1 year ago • 3 comments

Add support for VS Code Interactive Window for MATLAB Code.

Basically, this is the concept of cells which is built in in MATLAB.
The major edition is supporting the MarkDown type of cells (Including the Math).

If it can be done with support to Jupyter Widgets it will be even better.

See a preliminary work on supporting additional languages in https://github.com/microsoft/vscode-jupyter/issues/273.

RoyiAvital avatar Mar 11 '24 20:03 RoyiAvital

Thanks for the feedback! This is definitely something we will consider including in a future release.

philipb314 avatar Mar 12 '24 14:03 philipb314

Since MATLAB runs on Jupyter, and this VS Code feature requires Jupyter Extension for Visual Studio Code, it seems very reasonable to have this option.

toshiakit avatar Apr 15 '24 20:04 toshiakit