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

Don't show completion suggestion for non-types like String

thsaravana opened this issue · comments

Currently we show suggestions like value, hash which are fields in String class.

Don't show completion suggestions for fields of String, List, Map, and may be some other thing.