mathworks / MATLAB-extension-for-vscode

This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.
https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab
MIT License
215 stars 13 forks source link

Add Support for VS Code Interactive Window Mode #108

Open RoyiAvital opened 3 months ago

RoyiAvital commented 3 months ago

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.

philipb314 commented 3 months ago

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

toshiakit commented 2 months ago

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.