Tools & Editors
You have multiple options to choose from for working with MontiArc. You can build MontiArc models with any text editor or integrated development environment (IDE) in combination with the CLI.
Though there are some editors that provide a better experience for Gradle and MontiArc.
IntelliJ
- To install IntelliJ IDEA, follow their instructions.
- IntelliJ has native support for Gradle projects. Simply open any MontiArc project using
File > Open
.
Visual Studio Code
- To install VS Code, follow their instructions.
- Install the MontiArc extension.
- Download the
.vsix
extension. - Start VS Code.
- Go to the extension tab → Click
...
→ Install from VSIX → Select the previously downloaded extension.
- Download the
- Install the Java extension.
- Start VS Code.
- Install the Extension Pack for Java.
Autogenerated bin
folder
The Java VS Code extension auto-compiles Java files to the bin
directory, regardless of the Gradle settings.
This can lead to issues with the MontiArc extension detecting duplicate MontiArc in the bin
folder.
This behavior can be disabled by setting "java.autobuild.enabled": false
.