简体   繁体   English

在任何jetbrais IDE中使用Maxscript?

[英]Maxscript in any jetbrais IDE?

there is currently maxscript programming support inside sublime text. 当前,sublime文本中包含maxscript编程支持。

I was wondering bacause now the syntax highlighting and everything alreay exists for maxscript, how to go about it to make maxscript a supported programming language inside other ide's or editors? 我想知道是因为现在语法突出显示并且maxscript存在所有问题,如何使maxscript成为其他ide或编辑器中受支持的编程语言?

The jetbrains applications comes to mind first (webstorm etc.) or even inside open online IDE's like Ace of Codemirror. 首先想到jetbrains应用程序(网络风暴等),或者甚至在开放在线IDE(例如Codemirror Ace)内部。

Because that would be great. 因为那太好了。

Does anyone knows if that is at all possible, and how to do that? 有谁知道这是否完全可能,以及如何做到这一点?

JetBrains IDE都不提供对maxscript:((的支持),并且我不知道该语言的任何自定义插件。如果您只需要突出显示基本语法,则可以尝试搜索MaxSript textmate捆绑包(请参阅是否可以在PHPStorm中获得Ruby语法高亮显示? )或注册您自己的文件类型,为其定义语法高亮显示( http://www.jetbrains.com/webstorm/webhelp/new-file-type.html )。看起来很适合您,请尝试开发自己的语言插件-请参阅http://confluence.jetbrains.com/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+IDEA

I would recommend Microsoft Visual Studio Code with MaxScript syntax plugin. 我建议使用带有MaxScript语法插件的Microsoft Visual Studio Code The syntax highlighting and overall coding experience is close to perfect. 语法突出显示和整体编码经验已接近完美。

在此处输入图片说明

Example of MaxScript syntax highlighting you may see here: 您可能会在此处看到MaxScript语法突出显示的示例:

在此处输入图片说明

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

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