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

Feature request - Matlab interactive windows #39

Open zguo235 opened 1 year ago

zguo235 commented 1 year ago

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 trial-and-error process in data analysis. I know that there is a jupyter-matlab-proxy project and I think it would be very useful if I can use it as a matlab interactive window.

The python interactive windows can be a referencehttps://code.visualstudio.com/docs/python/jupyter-support-py#_jupyter-code-cells. The jupyter interactive window works perfectly with the jupyter-matlab-proxy, so I would like to see a feature that I can write codes in the editor and test them in the interactive windows.

dklilley commented 1 year ago

Thank you for this suggestion!

As we investigate and plan bringing execution capabilities to the extension, this is something we will consider.

jankap commented 1 year ago

Would you also consider executing & rendering of live scripts & functions, i.e. .mlx files?

dklilley commented 1 year ago

Hi @jankap , can you open a separate issue focused on .mlx files? Thanks!

cuixing158 commented 1 year ago

Hi, @dklilley ,I've re-created a new Feature Request. #71