I don't know how much it is possible to modify Matlab's autocompletion lists, but
when I want to type a variable such as
XLastConverged
it would be great to be able to just type
xlc (which are the first letters of the words in the name)
and press tab to have it autocompleted to XLastConverged.
This is how autocomplete works in IntelliJ products, which I find lovely and really time saving.
I don't know how much it is possible to modify Matlab's autocompletion lists, but
when I want to type a variable such as
XLastConverged
it would be great to be able to just typexlc
(which are the first letters of the words in the name) and press tab to have it autocompleted toXLastConverged
.This is how autocomplete works in IntelliJ products, which I find lovely and really time saving.