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.
https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab
MIT License
234 stars 15 forks source link

Open Simulink Model from VS Code File Explorer #181

Open Gusmano-2-OSU opened 1 week ago

Gusmano-2-OSU commented 1 week ago

It would be convenient to be able to open a Simulink model from VS Code's file explorer. Specifically, attempting to open an slx file wouldn't yield the following picture, image but instead open the model in Simulink.

Describe alternatives you've considered Of course, you can do this from the normal MATLAB UI, but it seems like you'd need to have a separate instance of MATLAB running.