Handlebars/Mustache template plugin for JetBrains IDEs
IDEA-Handlebars adds support for Handlebars and Mustache templates to IDEs based on the Intellij IDEA platform (IntelliJ IDEA, IDEA Community Edition, RubyMine, PhpStorm, WebStorm, PyCharm, AppCode).
JetBrains plugin repository page
Handlebars/Mustache is now an official plugin!
- Jetbrains has adopted Handlebars/Mustache as a first party plugin!
- Follow the latest developments at its new home in the JetBrains repository
- Feature requests and issues can now be filed in the JetBrains WEB project
Installing
To install the latest release (and get automatic updates), install this plugin using your IDE's plugin manager:
- In Settings->Plugins, choose "Browse repositories". Find "Handlebars/Mustache" on the list, right-click, then select "Download and Install"
By default, the plugin handles *.handlebars
, *.hbs
and *.mustache
files. Configure other file patterns in Settings->File Types
Building
- To build the latest version, follow the instructions at the new project home in JetBrains/intellij-plugins
- To build the legacy project in this repo, the developer setup instructions should get you up and running in no time
Contributing
Contributions are welcome at the plugin's new home!