MATLAB-extension-for-vscode icon indicating copy to clipboard operation
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.

Results 84 MATLAB-extension-for-vscode issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The `desktop` command does not work, as expected on Mac. It is not an intuitive behavior - at least not for a first time user. **To Reproduce**...

bug

## Issue Description When I connect to MATLAB in Visual Studio Code and try to open the MATLAB editor, the editor does not launch without any errors. After disconnecting to...

bug

Windows 10 21H2 VSCode 1.82.2 MATLAB Extension 1.1.3 MATLAB 2022b Tried restarting/closing VSCode, MATLAB and restarting PC. Tried installing MATLAB in folder without whitespace. Tried MATLAB 2021b and previous versions...

bug

Calling `code` command via `system()` throws the following error: ```MATLAB >> system('code') Loading "minimist" failed Error: Cannot find module 'minimist' Require stack: - C:\Users\user1\AppData\Local\Programs\Microsoft VS Code\resources\app\out\cli.js at Function._resolveFilename (node:internal/modules/cjs/loader:1084:15) at...

bug

Using `edit()` or `open()` opens files in MATLAB editor instead of VSCode Example: ```MATLAB edit whos ```

enhancement

When using links (` `) in VSCode using `disp()` or `fprintf()` it does not get printed as a clickable link. Example: ```MATLAB disp('Open edit.m line 200!') ``` Output in VSCode:...

enhancement

I'm heavily using Matlab Projects for path handling and at the moment I use openProject() function to start the project. It would be good if the Matlab extension is aware...

enhancement

Tab completion in the MATLAB terminal does not seem to work when starting MATLAB from a file in VSCode. However it works fine if I start MATLAB "manually" from the...

enhancement

I installed the MATLAB extension for VSCode on macOS. However, I cannot run any MATLAB script. It opens a new terminal and blanks out. I also observe that in the...

bug

**Describe the bug** User-defined classes aren't properly linted, causing confusion at best and errors at worst. **To Reproduce** 1. Make a new file testClass.m. 2. use the classdef snippet, make...

bug