Filter löschen
Filter löschen

Is it possible FAST tab insert?

1 Ansicht (letzte 30 Tage)
Eugene Paymurzov
Eugene Paymurzov am 4 Feb. 2022
Hi.
I use tab style for matlab script. I noticed that R2021b editor wait very long when I try to insert TAB after variable. It's driving me bats.
Is it possible FAST tab insert?
My solution is coping tab and inserting.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 4 Feb. 2022
No, it is not possible in your MATLAB release.
R2021b switched to a new editor - same editor as Livescript uses.
The new editor offers tab completion, and looking up argument prototypes in json files, so there is a lot more work being done for tab than there used to be.
We would expect performance to improve in future releases as the code improves, but for the release you are using, you are stuck.
  1 Kommentar
Eugene Paymurzov
Eugene Paymurzov am 4 Feb. 2022
Thank you.
It's bad. But I'm starting to adopt.
May be I will go external editors.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by