MATLAB-extension-for-vscode
MATLAB-extension-for-vscode copied to clipboard
Automatically insert ellipses when pressing `enter` within a line of code
This request was raised by @goldrik in #85.
VS Code should detect if a line is continuing and automatically add ellipses when the user presses enter
while typing out a line. The MATLAB IDE currently does this.