问题
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