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.

Home Page:https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support for VS Code Interactive Window Mode

RoyiAvital opened this issue · comments

commented

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 microsoft/vscode-jupyter#273.

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

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.