3.0.0 Release - magento/magento2-phpstorm-plugin GitHub Wiki
What's new in Magento PHPStorm Plugin 3.0.0
This release contains code generators for UI components, extended code completion, added support of IDEA(PhpStorm) 2020.3, fixed bugs.
Code generation
Database models (model, resource model, and collection).
The new action for adding data persistence models from the context menu.
Data models (data interface and its implementation, MVP).
The new action for adding data models from the context menu.
Reference navigation/completion
db_schema.xml
file.
Table names and column names in UI Component names in layout XMLs.
config.php
file.
Magento module names in di.xml
.
Disabled plugins in Code inspection
di.xml
.
Warning when disabling a nonexistent plugin in schema.graphqls
file.
QuickFix for a missing GraphQL resolver defined in the the Bugfixes
- Compatibility with IDEA 2020.3 and Java 11
- Inability to save PhpStorm plugin settings after disabling the plugin with invalid field content.
- Field statuses in PhpStorm plugin settings not disabling if plugin is disabled.
- Missing line marker for plugins to interface methods.
- Incorrect code completion for MFTF tags (stories, title, and description).
- Argument name for types in
di.xml
not allowing underscores. - Incorrect sort order validation in 'Create a New Plugin' code generation dialog.
- Code generation dialog titles.