Any Support for Matlab or octave in intellij

我与影子孤独终老i 提交于 2020-01-14 08:54:06

问题


I code in Matlab/octave very often. While having several good features it lacks a good editor. My question is that is there any other good editor for it. My preference is intellij Idea, which is one the best IDEs I've ever tried. In this regard, can I connect octave or matlab to intellij (e.g. via some plugins)?


回答1:


I've implemented Matlab plugin for IntelliJ: https://github.com/kornilova-l/matlab-IntelliJ-plugin It has syntax highlighting, resolve, rename and autocompletion. I continue development so submit an issue on GitHub if you miss some feature or you found a bug




回答2:


For octave support, you could use the textmate bundle support.

Install the Textmate Bundle Support plugin first and then follow the instructions here on how to add any textmate bundle.

https://www.jetbrains.com/help/pycharm/using-textmate-bundles.html

This here is a matlab/octave bundle that you could then use.

https://github.com/textmate/matlab.tmbundle




回答3:


for Octave
https://github.com/tomconder/octaveplugin
https://github.com/demongoo/idea-octave-plugin
https://github.com/idkravitz/octave-idea-plugin

UPDATE:
thanks @GameOfThrows
I confused Wolframs Mathematica with Matlab. Look like at the moment there is no MatLab plugin for IntelliJ

this is for Mathematica:
https://plugins.jetbrains.com/plugin/7232-mathematica-support



来源:https://stackoverflow.com/questions/46338589/any-support-for-matlab-or-octave-in-intellij

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