Releases: magento/magento2-phpstorm-plugin
Releases · magento/magento2-phpstorm-plugin
2.0.0
2.0.0
Added
- Inject a view model to a block and a reference block from the context menu action
- Override in Theme action
- Generate Listing UI component (including all required files)
- Generate Form UI component (including all required files)
- Code Inspection: ACL resource title
- Reference navigation and completion for
crontab.xml
- Reference navigation and completion for
menu.xml
Changed
- Adjusted module version to module.xml (considering the Magento version)
- Adjusted support of variadic arguments to plugin declaration inspection
Fixed
- Fixed missing first letter name in
composer.json
- Fixed the CLI command namespace
- Fixed endless loop of notifications on launch
- Fix
composer.json
generation with module dependency that doesn't havecomposer.json
1.0.1
- Features:
- Create a CLI command action
- Create a CRON group action
- Create a CRON job action
- Create a Controller action
- Code Inspection: Module declaration inspections in the scope of
module.xml
andregistration.php
- Code Inspection: GraphQL resolver in the scope of a schema file
- Improvements:
- Fixed the positioning of all dialog popups
- Adjusted Magento root validation for considering
magento/framework
as a requirement - Adjusted Magento version validation RegExp to support patch versions
- Fixed bugs:
- The
create a plugin action
is accessible from the wrong context - Null pointer exception on the new module group
- The
1.0.0
Release notes
* RequireJS mapping support (reference navigation, completion)
* MFTF support MVP (reference navigation, completion)
* Line markers for navigation from a plugin class to a target class
* Line markers for navigation from a GraphQl resolver to schema and vice versa
* Create a plugin for a class public method
* Create a New Magento 2 Module action
* Create a Block action
* Create a View Model action
* Create a new Magento 2 module as a separate project
* Create an observer for an event action
* Create a GraphQL resolver action
* Override class by reference action
* Plugin class methods generation
* Code Inspection: Duplicated plugin Usage in di.xml
* Code Inspection: Plugin declaration in the scope of a Plugin Class
* Code Inspection: Warning regarding Cacheable false attribute in default XML
* Code Inspection: GraphQL resolver in the scope of a PHP Class
* Code Inspection: Duplicated Observer Usage in events XML
* Moved plugin configuration from `Settings > Preferences > Languages & Frameworks > PHP > Magento` to
`Settings > Preferences > Languages & Frameworks > PHP > Frameworks > Magento`
* Fixed support of 2020.* versions of IDE's