Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using language created in jetBrains MPS tool outside MPS tool / intellij idea

I have created my own small DSL using jetBrains MPS tool. I am able to use this language inside MPS tool or with help of plugins in Intellij Idea too. I want to use this language outside MPS and Intellij. Idea lets say in any simple java project. Is there any way to export this language so that we can use it anywhere. can we create a jar or something of the language. More specifically I want to use it in Eclipse. Thanks in advance.

like image 562
Arshad Ali Avatar asked Dec 13 '25 09:12

Arshad Ali


1 Answers

You could possibly export your language as a standalone Java IDE - a dedicated tool basd on the IntelliJ platform that will only support editing code in the language that you package with it. The process of creating such an IDE is described at https://confluence.jetbrains.com/display/MPSD33/Building+standalone+IDEs+for+your+languages

Eclipse integration is currently not supported in MPS.

like image 123
Vaclav Pech Avatar answered Dec 15 '25 16:12

Vaclav Pech



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!