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.
When using "Format on save" and "Format Document" features of VS Code, the extension seems to be adding unnecessary whitespaces on empty lines. This creates unwanted flags/changes on Git and...
**Describe the bug** Extension crashes on every occasion where a running MATLAB instance is required (MATLAB license available, MATLAB is also running with GUI at the same time) **To Reproduce**...
Dear Mathworks Team, I'd like to use this extension in VS Code, which is installed on WSL Ubuntu. However, I'm unable to connect to MATLAB from WSL Ubuntu, even though...
Thank you for starting the official support for vscode. I also use python for data analysis and python interactive window in vscode is an indispensable tool for me to do...
In other language source files, when we select one line and expand selection, if that selected line is inside of a closure or if-clause, the closure or if-clause will firstly...
**Describe the bug** When the `classdef` and its matching `end` are misaligned, attempting to suppress the resulting warning diagnostic causes the diagnostic suppression to be inserted after the `end` instead...
**Describe the bug** When block comments are toggled using Shift+Alt+A, existing block comments are never removed, only added, effectively nesting the block comments. **To Reproduce** Steps to reproduce the behavior:...
When the installPath setting has leading or trailing whitespace, MATLAB fails to launch.
**Is your feature request related to a problem? Please describe.** I'd like to use Matlab included in a docker container, like those that can be instantiated using [mathworks-ref-arch/matlab-dockerfile](https://github.com/mathworks-ref-arch/matlab-dockerfile). Currently, this...
I have been experimenting with a workflow which involves editing MATLAB files using vs code, then running them by calling the script through an open MATLAB command window (separate from...