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
234 stars 15 forks source link

Automatically insert ellipses when pressing `enter` within a line of code #86

Open dklilley opened 8 months ago

dklilley commented 8 months ago

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.