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
215 stars 13 forks source link

Run Cell #101

Open mwickert opened 4 months ago

mwickert commented 4 months ago

In v1.2.0 Run MATLAB Code is supported via Run File and Run Current Selection. This is great, but going further add Run Cell using the known and already in use code cell delimiters %%. The editor should recognize the delimiters and place horizontal lines similar to the way the extension MATLAB in VSCode (shinyypig) already works. This will allow the single extension MATLAB (mathworks) to be a more effective single solution and also on Windows avoid the need to use matlabPybackend. I suggest the obvious shortcut of Ctrl-enter for Run Cell.

philipb314 commented 4 months ago

Thanks for the feedback! This is definitely something we will consider including in a future release.

mwickert commented 4 months ago

Great to hear as I make heavy use of vs code for many programming languages including markdown documents.

nate-yang-uk commented 1 month ago

Same here, can't live without run cell/code block/section!