2017b: Live Editor: Automatically match delimiters and wrap comments while editing code
2 views (last 30 days)
Show older comments
Abhilash Sukumari
on 5 Jan 2018
Commented: Abhilash Sukumari
on 6 Jan 2018
Will there be a near future release that includes this feature throughout MATLAB? Right now its available for the live editor.
Live Editor: Automatically match delimiters and wrap comments while editing code
MATLAB autocompletes parentheses and quotes when entering code in the Live Editor. For example, if you type r = rand(, MATLAB automatically adds the closing parentheses to the statement (r = rand()). The Live Editor also autocompletes any comments, character vectors, and strings that are split across two lines.
For more information, see Run Code.
0 Comments
Accepted Answer
Walter Roberson
on 5 Jan 2018
"Will there be a near future release that includes this feature throughout MATLAB?"
No.
More Answers (0)
See Also
Categories
Find more on Live Scripts and Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!