1.0.1 Release - magento/magento2-phpstorm-plugin GitHub Wiki
What's new in Magento PHPStorm Plugin 1.0.1
This release contains UI improvements, extended code generation and inspections, fixed bugs.
Code generation
Create a CLI command
The new action for a CLI command generation from the context menu.

Create a CRON group
The new action for a CRON group generation from the context menu.

Create a Controller
The new action for an action controller generation from the context menu.

Create a CRON job
The new action for a CRON job generation from the context menu.

Code inspection
Module declaration in the scope of the module.xml and registration.php
Inspection checks whether the name of the module declared in app/code reflect the folder structure.

GraphQL resolver in the scope of a schema file
Inspection checks whether resolvers declared in schema implement resolver interfaces.

Improvements
- Fixed the positioning of all dialog popups
- Adjusted Magento root validation for considering
magento/frameworkas 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