Question

Comparing Visual Studio code completion with MATLAB R2008b 7.7 there are a few important features missing in the last one:

  1. Local variables completion

  2. Function, for, if auto ENDing

But Visual Studio doesn't support MATLAB code. Is there any MATLAB plugin, editor or version with a better code completion?

Was it helpful?

Solution

On Windows, Notepad++ allows code completion of functions and words.

OTHER TIPS

You could always take a look at MATLAB-Emacs integration (also deals with Vim in the article).

Also, while we're at the subject:
Editing MATLAB files with Vim
Evaluate selected text from Vim in Matlab

With the R2010a release of MATLAB, the Editor's tab completion now includes local variables.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top