How to build EMOF models in IntelliJ and generate code from them?

2.6k Views Asked by At

What is the best way to build models in IntelliJ, in the style of Eclipse EMF ?

Is there an equivalent of Eclipse EMF in IntelliJ ? And is there something that adheres to standards such as EMOF in the same way that EMF Ecore is aligned to it ?

I found a plugin that seems to help with that here, but I am wondering if there are other/better options.

1

There are 1 best solutions below

1
On

Checkout the Working with Diagrams docs. JetBrains provides UML modeling and supports both forward and reverse engineering. Although this is not EMF, it appears to be IntelliJ's equivalent in terms of functionality.

Note this feature is exclusive to the IJ Ultimate Edition.