Templates
Last modified: 11 January 2023Required plugins:
JavaScript and TypeScript
- The plugin is bundled with AppCode and enabled by default.
Handlebars/Mustache
or EJS
- Install the plugin on the Settings | Plugins page, tab Marketplace.
On this page, configure processing of EJS inclusions, Handlebars expressions, and Mustache templates in AppCode.
Before you start
Make sure the JavaScript and TypeScript plugin is enabled in the settings. Press Ctrl+Alt+S to open the IDE settings and select Plugins. Click the Installed tab. In the search field, type JavaScript and TypeScript. For more details about plugins, see Managing plugins.
Install the EJS or Handlebars/Mustache plugin on the Settings | Plugins page, tab Marketplace, as described in Installing plugins from JetBrains repository.
Handlebars/Mustache | In this area, configure processing of Handlebars expressions and Mustache templates in AppCode. The settings specified on this page apply to dedicated Handlebars and Mustache files that have the extension .hbs or .mustache respectively.
For more details about Handlebars expressions and Mustache templates see http://handlebarsjs.com/. |
EJS | In this area, specify delimiters for inclusions of EJS in your code. Based on these delimiters, AppCode will recognize and process such inclusions correctly. A pair of delimiters is also referred to as execute tag.
|
Thanks for your feedback!