Exporting language extension to IntelliJ
Hi,
I'm very interested by the java language extensions that you defined (like tuples), and I'd like to try to create my own.
The question is, is there a way to package those extensions and import them (as plugins?) in IntelliJ, to be used in the standart Java editor ?
Or am I missing a point or concept here ?
Olivier
I'm very interested by the java language extensions that you defined (like tuples), and I'd like to try to create my own.
The question is, is there a way to package those extensions and import them (as plugins?) in IntelliJ, to be used in the standart Java editor ?
Or am I missing a point or concept here ?
Olivier
Please sign in to leave a comment.
How easy it is to mix standard-java and mps-editor, i don't know.
You can use the MPS-Editor for "normal" java, too. Although the user experience is a bit different.
In next version we are going to cover use case then custom language is deployed into IDEA platform. In this case most probably you'll be able to open .mps files in IDEA (content will be visualized in a same way as you can see it in MPS right now) and then edit/generate code from this model.