Intellij IDEA support for underscore.js templates

Is there a plugin for supporting underscore.js templates in Intellij IDEA?

So far it looks like this:

enter image description here

System tags <% = not selected, and html tags highlighted as invalid

+7
javascript intellij-idea templates
source share
1 answer

There is a JetBrains-supported IntelliJ plugin for EJS that you want. It is available on the Plugins tab in Settings using the Repository Repository. It is also available for PHPStorm / Webstorm / RubyMine / PyCharm IntelliJ derivatives. It works very well, it has some minor glitches, as it is still at an early stage of development and will definitely do what you are looking for.

+8
source share

All Articles