Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 784 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 784 Bytes

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} and {contentType} are not supported.
  • HTML tags cannot overlap neither with each other nor with macros.
  • None of the PhpStorm's features for HTML, CSS or JS will work in Latte files.

Screenshot