Madrapps / handlebars-support

IntelliJ IDEA plugin to support Go to Declaration and Auto completion for Handlebars (.hbs)

Home Page:https://plugins.jetbrains.com/plugin/11251-handlebars-support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an extension point for batch configuring hbs files

thsaravana opened this issue · comments

Right now we have to configure each hbs files one by one.
But there might be some logic based on which some projects can configure these in batch. So add an extension point so that clients can make use of that and write their own plugin.
The extension point should enable the clients to batch configure the hbs files with Java/Kotlin classes.