Releases: noctud/intellij-latte
Releases · noctud/intellij-latte
v1.6.1
18 Dec 03:42
Compare
Sorry, something went wrong.
No results found
Fixed detection of links (starting with //)
Fixed warning about LatteCodeStyleSettingsProvider
Fixed few api deprecations
v1.6.0
30 Aug 22:18
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed autocompletion in {var}, {varType} and {templateType}
v1.5.4
23 Aug 14:32
Compare
Sorry, something went wrong.
No results found
Fixed IntelliJ freezes while typing in non-closed latte tags
v1.5.3
21 Aug 14:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed inconsistencies in custom filters and functions by @vrana in #11
v1.5.1
01 Aug 20:11
Compare
Sorry, something went wrong.
No results found
Fixed error inspection in multiline file includes (@vrana )
v1.5.0
30 Jul 11:29
Compare
Sorry, something went wrong.
No results found
v1.4.1
05 Jul 11:04
Compare
Sorry, something went wrong.
No results found
Added support for {asset} and n:asset
v1.4.0
07 Apr 01:52
Compare
Sorry, something went wrong.
No results found
Added support for typehints in iterables using generics (e.g. doctrine collections)