Plugin provides support for CuteJS templates
- Syntax highlighting
- Blocks folding
- Line-marker for template references (with ability to go-to template)
- Go-to-declaration by references in template
- Download plugin zip archive from releases page or build it from source
- In your IDE open
Preferences -> Plugins - Choose plugin archive by
Install plugin from disk...
Requirements: Java 8
To build and bundle plugin in zip archive (will located in build/distributions)
./gradlew buildPlugin
To run IntelliJ IDEA with bundled plugin
By default runIde will try to launch WebStorm in /Applications/WebStorm.app (path to your ide can be changed in build.gradle file)
./gradlew runIde