MATLAB-extension-for-vscode icon indicating copy to clipboard operation
MATLAB-extension-for-vscode copied to clipboard

Run Cell

Open mwickert opened this issue 1 year ago • 7 comments

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.

mwickert avatar Mar 06 '24 16:03 mwickert

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

philipb314 avatar Mar 06 '24 18:03 philipb314

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

mwickert avatar Mar 06 '24 19:03 mwickert

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

nate-yang-uk avatar May 26 '24 05:05 nate-yang-uk