Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Support for Matlab or octave in intellij

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)?

like image 781
Hamid Avatar asked Sep 21 '17 08:09

Hamid


2 Answers

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

like image 73
Liudmila Kornilova Avatar answered Nov 09 '22 00:11

Liudmila Kornilova


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

like image 27
Sudhir Avatar answered Nov 09 '22 00:11

Sudhir