Is there a MATLAB editor/plugin/version with better code completion?

时光怂恿深爱的人放手 提交于 2019-12-08 17:38:09

问题


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?


回答1:


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




回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/1467813/is-there-a-matlab-editor-plugin-version-with-better-code-completion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!