Skip to content

3.1.0 Release

vitaliy edited this page Dec 12, 2022 · 3 revisions

What's new in Magento PHPStorm Plugin 3.1.0

This release contains code generators for DB schema, extended completion of methods arguments, added the action item to the context menu to copy the file path in the Magento format.

Code generation

Database schema and whitelist.

The new action for adding database schema XML and whitelist JSON from the context menu.

Message Queue (AMPQ, DB).

The new action for adding Message Queue files from the context menu.

Reference navigation/completion

Improved completion of Magento core classes methods arguments

Code inspection

Warning when disabling a nonexistent observer in events.xml.

Context menu actions

The action item on the context menu to copy file path in the Magento format

Bugfixes

  • The null pointer exception on the Create Module Dialog