Tab completion of variable names in Editor
Show older comments
Is it possible to have tab-completion of variable names, that are not stored in the workspace?
Example of what I want to accomplish: While writing a script, I might state the variable
verSymLineNos = [...];
A few lines later, I need that variable again, and type
verS<tab>
I get: "no suggestions" But I want verSymLineNos suggested.
It seems to me this is very basic functionality. Am I missing something?
/adam
Answers (1)
Fangjun Jiang
on 2 Oct 2011
0 votes
What version of MATLAB are you using? The feature is available. My 2010b version can do that. I think it probably starts at 2010b.
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!