Releases: magento/magento2-phpstorm-plugin
Releases · magento/magento2-phpstorm-plugin
3.2.1
Fixed
- Directory validator
- Entity data mapper file template
3.2.0
Added
- Code generation for a Magento Entity (CRUD infrastructure) in #521
- Code generation for email templates in #350
- Reference navigation for disabled observers in
events.xml
in #439 - Line markers for test fixtures in #477
Changed
- Added ability to set the module sequence at generating new module #266
Fixed
- ArrayIndexOutOfBoundsException in the New Module Action in #519
3.1.3
Changed
- Require restart on plugin update due to using native libraries
Fixed
- Class completion doesn't display interfaces
- Fixed invalid check on the 'setup_version' attribute in the
etc/module.xml
3.1.2
Fixed
- Reference navigation for classes under directories with underscores
- The array access exception when using copy path action
3.1.1
Fixed
- Fixed null pointer exception on the copy path action
3.1.0
3.1.0
Added
- Extended
.phpstorm.meta.php
for more convenient autocomplete #467 - Code generation for message queue in #411
- Code generation for declarative schema #453
- Inspection warning for disabled observer #432
- The action item to the context menu to copy a file path in the Magento format #451
Fixed
- The null pointer exception on the Create Module Dialog
3.0.4
Fixed
- Overriding the interface that generates invalid PHP code
- Overriding a template from the base area
- Disabled the ability to create a plugin for a class that implements
\Magento\Framework\ObjectManager\NoninterceptableInterface
Added
NoninterceptableInterface
case warning to the plugin inspection
3.0.3
Fixed
- Fixed model generation with same names
- Fixed NPTR exception in theme directory view model action
- Fixed observer name validator
- Fixed plugin name validator
3.0.2
Fixed
- Fixed the Inject a View Model dialog
3.0.1
Fixed
- Skipped IDEA include tag during indexing
- Fixed StringIndexOutOfBoundsException on PluginInspection