Skip to content

Releases: noctud/intellij-latte

v1.6.1

18 Dec 03:42

Choose a tag to compare

  • Fixed detection of links (starting with //)
  • Fixed warning about LatteCodeStyleSettingsProvider
  • Fixed few api deprecations

v1.6.0

30 Aug 22:18

Choose a tag to compare

  • Added references to presenter components via {control ...} etc. (bidirectional)
  • Added autocompletion of presenter components (and their render methods)
  • Added link references from presenter class and methods actionSomething => {link something}
  • Added usage info in unused PHP fields that are used in latte
  • Fixed autocompletion of global functions at the start of the macro (#3)
  • Fixed indentation of HTML content inside tags on new lines (#2)
  • Improved presenter name resolving, when using {templateType} (for links and controls)

v1.5.5

25 Aug 15:18

Choose a tag to compare

  • Fixed autocompletion in {var}, {varType} and {templateType}

v1.5.4

23 Aug 14:32

Choose a tag to compare

  • Fixed IntelliJ freezes while typing in non-closed latte tags

v1.5.3

21 Aug 14:24

Choose a tag to compare

  • Fixed autocompletion speed (mainly for variables, it was searching all the classes/functions etc.)
  • Improved autocompletion, suggestions appear right after typing {$

v1.5.2

10 Aug 09:45

Choose a tag to compare

  • Fixed inconsistencies in custom filters and functions by @vrana in #11

v1.5.1

01 Aug 20:11
b5b2d4f

Choose a tag to compare

  • Fixed error inspection in multiline file includes (@vrana)

v1.5.0

30 Jul 11:29

Choose a tag to compare

  • Added support for Enums

v1.4.1

05 Jul 11:04

Choose a tag to compare

  • Added support for {asset} and n:asset

v1.4.0

07 Apr 01:52

Choose a tag to compare

  • Added support for typehints in iterables using generics (e.g. doctrine collections)