简体   繁体   English

intellij中对Matlab或octave的任何支持

[英]Any Support for Matlab or octave in intellij

I code in Matlab/octave very often. 我经常在Matlab / octave中编码。 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. 我的偏好是intellij Idea,这是我尝试过的最好的IDE之一。 In this regard, can I connect octave or matlab to intellij (eg via some plugins)? 在这方面,我可以将octave或matlab连接到intellij(例如通过一些插件)吗?

I've implemented Matlab plugin for IntelliJ: https://github.com/kornilova-l/matlab-IntelliJ-plugin It has syntax highlighting, resolve, rename and autocompletion. 我为IntelliJ实现了Matlab插件: https//github.com/kornilova-l/matlab-IntelliJ-plugin它具有语法高亮,解析,重命名和自动完成功能。 I continue development so submit an issue on GitHub if you miss some feature or you found a bug 我继续开发,所以如果你错过了一些功能或者你发现了一个bug,就在GitHub上提交一个问题

For octave support, you could use the textmate bundle support. 对于八度支持,您可以使用textmate bundle支持。

Install the Textmate Bundle Support plugin first and then follow the instructions here on how to add any textmate bundle. 首先安装Textmate Bundle Support插件,然后按照此处有关如何添加任何textmate捆绑包的说明进行操作。

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

This here is a matlab/octave bundle that you could then use. 这是一个matlab / octave包,然后你可以使用它。

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

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

UPDATE: 更新:
thanks @GameOfThrows 谢谢@GameOfThrows
I confused Wolframs Mathematica with Matlab. 我把Wolframs Mathematica与Matlab混淆了。 Look like at the moment there is no MatLab plugin for IntelliJ 看起来目前还没有适用于IntelliJ的MatLab插件

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM