- Ctrl+Click navigation from a JS controller call to the PHP method marked with
@ajaxActionor@restMethod
- Synchronization deps.php now removes outdated dependencies that are no longer used
- Improved deps.php processing performance
- Autocomplete for design tokens with visual previews — color swatches, icon previews, and resolved token values
- Inline hints showing resolved values next to
Color,Icon, and other design token references in the editor
- Added support for the new PhpStorm 2026.1 version
- Icon preview line markers for
Icon.*patterns in JavaScript code with real-time visualization - Interactive Icon Browser dialog with search functionality - click on icon line marker to view all available icons and insert them directly into your code
- Validation that bundle dependencies cannot be imported from other extensions
- New inspection checker for detecting cross-extension bundle imports
- Bundle dependencies from external extensions are now prevented from being added to deps.php
- Sorted dependencies in deps.php
- Fixed the processing and addition of dependencies
- Refactor paths when changing define path
- Quick access to methods by clicking on a line of code (for requireLazy and dispatch)
- Action to synchronize dependencies in deps.php
- Issues in dependency checks
- Support for RequireJS and DefineJS inspections
- Checks and quick fixes for extension, component, and bundle dependencies
- Initial project