Matlab Interactive Terminal is an extension for Visual Studio Code that allows users to launch MATLAB scripts and have a working MATLAB REPL directly included in Visual Studio Code. This extension uses the MATLAB Engine for Python which must be correctly set up for the extension to work. It works equally on Windows, macOS and Linux.
N.B.: The Python requirements may vary depending on the installed MATLAB version. More information about MATLAB-Python compatibility is available on MathWorks website.
The extension adds three commands to Visual Studio Code, that can then be tied to key-bindings. These are:
Open a MATLAB Terminal
which opens an interactive MATLAB terminal in the VS Code integrated terminal, similar to the MATLAB command lineRun current MATLAB Script
which runs the currently opened MATLAB script and then allows the user to interact with it through the opened terminalRun current selection in MATLAB
which runs the currently selected text in a MATLAB terminal. If no text is selected, the current line is run insteadSee https://github.com/apommel/vscode-matlab-interactive-terminal/issues