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).
The latest release now includes a full template formatter. Full release notes on the plugin repository page.
- If you were running the beta, you can switch back to the released version as follows:
- Right-click the beta in the "Settings->Plugins" list and choose "Uninstall"
- Re-enable the released version, Right-click and choose "Reload List of Plugins" to find the latest version
- 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, and select "Download and Install"
- Syntax error inspections
- Configurable syntax highlighting
- Template formatter
- Auto-insert of closing tags
- Matched mustache pair highlighting
- Full HTML highlighting, code completion, inspections, formatting and commenting for the HTML content in your templates
- By default, files with the ".handlebars", ".hbs" or ".mustache" extensions are handled by this plugin
Contributions welcome!
There's a variety of ways you can help this project out:
- Contributing without coding
- File issues for bugs, suggestions and requests. This is a great and easy way to help out
- Fluent in multiple languages? Provide a translation!
- Contributing code
- Have a gander at the contributor guidelines
- The developer setup instructions should get you up and running in no time
- Look at contrib-welcome issues for ideas, or submit an idea of your own