Automatically insert end for if statements and for loops
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
How do you get Matab to automatically insert "end" when you type "if" or "for" in a script?
2 comentarios
John D'Errico
el 15 de Mayo de 2019
Editada: John D'Errico
el 15 de Mayo de 2019
Why is it difficult? You can't type three more characters? ... end? Life is tough. Seriously, very difficult?
When you type an if (or for) statement, immediately hit a return, then type end. Now you can insert anything you want in between. WTP?
Edit: I see that Joel no longer claims that needing to type an end is a terrible thing for humanity, and the world may come to an end due to that requirement.
Horia Ghionoiu Martínez
el 23 de Abr. de 2020
I would find it useful, as in Visual Studio you have the autofill function for frequently used statements, like the if statement -> the IDE completes for you the repetitive task of writing if(true) {...your code...}, and then you can start coding away, without needing to write the same syntax one thousand times.
Respuestas (1)
madhan ravi
el 15 de Mayo de 2019
Editada: madhan ravi
el 15 de Mayo de 2019
It's possible in live editor.
3 comentarios
Steven Lord
el 18 de Oct. de 2022
In the Editor/Debugger Preferences click on the "Automatic Completions" entry. On that page of preferences, check if "Control flow statements (if, for, etc.)" is checked. If it is not, check it.
Walter Roberson
el 18 de Oct. de 2022
https://www.mathworks.com/help/matlab/matlab_env/about-editor-debugger-preferences.html#mw_32cf4c57-16be-42f8-96d3-a6710176971c automatic completion of block ending
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!