This plugin brings support for Aurelia framework to the IntelliJ platform.
Features:
- Code insight for specific Aurelia attributes (such as
*.bind
or*.trigger
) - Syntax highlighting in
${}
interpolations - Controller properties completion and navigation
- New project generation via aurelia-cli
- Supports Aurelia 1 and 2
Either aurelia
(v2), or aurelia-cli
(v1) must be present in the project npm dependencies
- JDK version 17 or later suggested
In order to test your plugin use the runIde Gradle. This will launch an instance of intellij with the plugin loaded.