- Detection of absolute links
- Warning about LatteCodeStyleSettingsProvider
- Few other deprecations
- References to presenter components via
{control ...}etc. (bidirectional) - Autocompletion of presenter components (and their render methods)
- Link references from presenter methods and class
actionSomething=>{link something} - Usage info in unused PHP fields that are used in latte
- Autocompletion of global functions at the start of the macro
- Indentation of HTML content inside tags on new lines
- Presenter name resolving, when using
{templateType}
- Autocompletion in
{var},{varType}and{templateType}
- IntelliJ freezes while typing in non-closed latte tags
- Autocompletion speed
- Autocompletion was not showing when
{$was typed
- Inconsistencies in adding custom filters and functions (@vrana)
- Error inspection in multiline file includes (@vrana)
- Enum support
- Support for {asset} and n:asset
- Support for typehints in iterables using generics
- Disabled file existence checks in functions inside tags
- File existence checks in tags like
{import}or{include}
- Link autocompletion in
{link}andn:href
- Reloading variables when {templateType} is changed
- Cache bugs in link references (e.g. when renaming files / methods) - disabled cache
- Support for nette links - linking presenter, signal, action, etc.
- File and directory linking in {import}, {include} and similar tags
- Auto-completion of directories and latte files in file import tags
- Pair tag hover length (caused by previous fix)
- Iterable type detection (warnings only, can't read generics yet)
- End tag auto-completion (double slashes)
- IndexOutOfBoundsException when not closing a tag right away
- RangeOverlapException in closed tag references
- Default link color (blue has better visibility)
- Default variable color
- Default link color
- Error
Cannot distinguish StubFileElementTypes(performance issue)
- Null-safe operator support
- Plugin .jars to latest release
- Support for PhpStorm up to 2024.1
- Previously deleted features (code completion etc.)
- Automatic builds on push via GitHub actions
- Build process
- Plugin name to Latte Support (fork of https://github.com/nette-intellij/intellij-latte)
- Gradle to version 8.7
- Grammar kit and intellij platform versions to latest
- Unused libs, docs, ads, sponsoring info, some readme content