Latte Plugin for IntelliJ IDEA / PhpStorm
Provides support for Latte – a template engine for PHP.
Installation
Settings → Plugins → Browse repositories → Find "Latte" → Install Plugin → Restart IDE
Supported Features
- Syntax highlighting
- Code completion for both classic and attribute macros
- Registering custom macros
Known Limitations
- Low-level macros
{syntax}
is not supported,{contentType}
is supported partially.
-
v0.3.3
- fixed null pointer exception
-
v0.3.2
- fixed disappearing comments
- Latte 2.4: added new macros
- Latte 2.4: added AUTO_EMPTY support
- Latte 2.4: added info about deprecated macro(s)
-
v0.3.1
Fixed compatibility with PhpStorm 9.0
-
v0.3.0
- fixed comment parsing ("todo" support)
- added "modifier not allowed" inspection
- added structure view
- improved macro folding
-
v0.2.0
- html/xml support
- better macro content parsing
- parsing of n:macros content