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
241 stars 16 forks source link

support the supports .mlx (MATLAB Live Script) #184

Closed jiahaoxiang2000 closed 1 month ago

jiahaoxiang2000 commented 1 month ago

Is your feature request related to a problem? Please describe.

I want to run MATLAB code like Python code on Jupyter Notebook. I find that the editor supports .mlx files, but there is no support for it in VS Code.

Describe the solution you'd like

Enable the VS Code plugin to support .mlx files.

Describe alternatives you've considered

N/A

Additional context

I understand that this might be challenging, but I hope someone can work on it. Thank you for considering this request.

dklilley commented 1 month ago

Thank you for this request!

I believe that we are currently tracking this request in #71, so I am going to close this as a duplicate for now.

If #71 is not the same as your request, please feel free to comment and this can be reopened.