intellij 中对 Matlab 或八度的任何支持
Any Support for Matlab or octave in intellij
我经常在 Matlab/octave 中编码。虽然有几个很好的功能,但它缺少一个好的编辑器。
我的问题是是否还有其他好的编辑器。我更喜欢 intellij Idea,这是我尝试过的最好的 IDE 之一。在这方面,我可以将 octave 或 matlab 连接到 intellij(例如通过一些插件)吗?
对于 八度
https://github.com/tomconder/octaveplugin
https://github.com/demongoo/idea-octave-plugin
https://github.com/idkravitz/octave-idea-plugin
更新:
谢谢 @GameOfThrows
我混淆了 Wolframs Mathematica 和 Matlab。看起来 目前没有用于 IntelliJ
的 MatLab 插件
这是针对 Mathematica 的:
https://plugins.jetbrains.com/plugin/7232-mathematica-support
对于八度音程支持,您可以使用 textmate 包支持。
首先安装 Textmate Bundle Support 插件,然后按照此处有关如何添加任何 textmate 包的说明进行操作。
https://www.jetbrains.com/help/pycharm/using-textmate-bundles.html
这是一个 matlab/octave 包,您可以随后使用。
我已经为 IntelliJ 实现了 Matlab 插件:
https://github.com/kornilova-l/matlab-IntelliJ-plugin
它具有语法高亮、解析、重命名和自动完成功能。
我会继续开发,因此如果您错过某些功能或发现错误,请在 GitHub 上提交问题
我经常在 Matlab/octave 中编码。虽然有几个很好的功能,但它缺少一个好的编辑器。 我的问题是是否还有其他好的编辑器。我更喜欢 intellij Idea,这是我尝试过的最好的 IDE 之一。在这方面,我可以将 octave 或 matlab 连接到 intellij(例如通过一些插件)吗?
对于 八度
https://github.com/tomconder/octaveplugin
https://github.com/demongoo/idea-octave-plugin
https://github.com/idkravitz/octave-idea-plugin
更新:
谢谢 @GameOfThrows
我混淆了 Wolframs Mathematica 和 Matlab。看起来 目前没有用于 IntelliJ
这是针对 Mathematica 的:
https://plugins.jetbrains.com/plugin/7232-mathematica-support
对于八度音程支持,您可以使用 textmate 包支持。
首先安装 Textmate Bundle Support 插件,然后按照此处有关如何添加任何 textmate 包的说明进行操作。
https://www.jetbrains.com/help/pycharm/using-textmate-bundles.html
这是一个 matlab/octave 包,您可以随后使用。
我已经为 IntelliJ 实现了 Matlab 插件: https://github.com/kornilova-l/matlab-IntelliJ-plugin 它具有语法高亮、解析、重命名和自动完成功能。 我会继续开发,因此如果您错过某些功能或发现错误,请在 GitHub 上提交问题