是否有具有更好代码补全功能的 MATLAB 编辑器/插件/版本?
将 Visual Studio 代码完成与 MATLAB R2008b 7.7 进行比较,最后一个中缺少一些重要功能:
局部变量补全
函数, for, if auto ENDing
但 Visual Studio 不支持 MATLAB 代码。是否有任何 MATLAB 插件、编辑器或版本具有更好的代码完成功能?
Comparing Visual Studio code completion with MATLAB R2008b 7.7 there are a few important features missing in the last one:
Local variables completion
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以随时查看 MATLAB-Emacs集成(本文中还涉及 Vim)。
另外,当我们讨论这个主题时:
使用 Vim 编辑 MATLAB 文件
在 Matlab 中评估 Vim 中的选定文本
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
在 Windows 上,Notepad++ 允许完成函数和单词的代码。
On Windows, Notepad++ allows code completion of functions and words.
在 MATLAB R2010a 版本中,编辑器的选项卡补全现在包括 局部变量。
With the R2010a release of MATLAB, the Editor's tab completion now includes local variables.