Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 995 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 995 Bytes

Handlebars Support plugin

IntelliJ iDEA plugin to support Go to Declaration and Auto completion for Handlebars (.hbs) in projects using Handlebars.java library

Install

You can install the plugin from Preferences -> Plugins and search for the plugin. You can also download the plugin from the intelliJ iDEA Marketplace.

Features

  • Go to Declaration from mustache fields to fields in POJO class
  • Completion for POJO class fields inside Hbs mustaches
  • Renaming of mustache will rename the POJO fields
  • Find Usages of POJO field in all hbs files