Simple IntelliJ IDEA plugin for Lama language
Search PLama
in JetBrains Marketplace. It's possible that it won't be found, because plugin is an extremely fresh.
Link: https://plugins.jetbrains.com/plugin/16704-plama
If you do not yet have a project open in IDEA (and after first-time setup):
- On the IDEA welcome screen, select “Configure(dropdown)→Plugins”
- Click “Install plugin from disk…”
- Select the “intellij-haxe.jar” file you downloaded
- Allow IDEA to restart and initialize the plugin.
If you already have a project open in IDEA:
- Open the Settings dialog (File->Settings…)
- Highlight “Plugins” in the leftmost column
- Click “Install plugin from disk…”
- Select the jar file you downloaded
- Allow IDEA to restart and initialize the plugin.
The instruction from Haxe Intellij.
You should clone this project and run in the project root ./gradlew runIde
.