MATLAB-extension-for-vscode
MATLAB-extension-for-vscode copied to clipboard
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.
I'm currently running MATLAB 2024a on MacOS Sonoma 14.2.1, with 1.2.1 MATLAB VSCode extension. Each time I open VSCode the MATLAB Language Server shows (01:23:48) matlabls: Launching MATLAB... (01:23:48) matlabls:...
**Describe the bug** It seems that an error occurs when the `matlab-language-server` connects with MATLAB. When checking the logs of `matlab-ls` from the output of VSCode, the following output was...
Please add the ability to debug files and run using Debug mode: 1. Set breakpoints. 2. Set conditional breakpoints. 3. Variable Viewer.
**Is your feature request related to a problem? Please describe.** I would like to set up C/C++ IntelliSense with includes and defines for MEX files for the correct MATLAB installation....
It would be great to have a test browser integration directly with the VS code extension similar to the Python solution. https://code.visualstudio.com/docs/python/testing
I am currently working on a project where I deploy predictive models as a standalone application. The next thing I want to do is deploy it as a web application....
Add support for [VS Code Interactive Window](https://code.visualstudio.com/docs/python/jupyter-support-py) for MATLAB Code. Basically, this is the concept of _cells_ which is built in in MATLAB. The major edition is supporting the MarkDown...
This repo is using MATLAB in Codespace: https://github.com/MariaGavilan/codespaces-jupyter-matlab-workshop/tree/using-dockerfile
I am used to having emacs keybindings in matlab running in windows (e.g, ctrl-a goes to start of line, ctrl-e to end of line, ...). Using the matlab-vscode extension, I...
**Describe the bug** Pressing ctrl + c without selecting any code usually does allow you to copy the line your cursor is in. This is not working for MATLAB files...