Releases: magento/magento2-phpstorm-plugin
Releases · magento/magento2-phpstorm-plugin
2026.2.0-alpha
Added
- Magento MCP project and generation tools for AI agents. These tools can return the configured Magento root path and generate common Magento scaffolding directly in the opened project, including modules, plugins, observers, CRUD entities, controllers, CLI commands, blocks, view models, and product/category/customer EAV attributes:
get_magento_root_path,
create_magento_module,
create_magento_plugin,
create_magento_observer,
create_magento_entity_crud,
create_magento_controller,
create_magento_cli_command,
create_magento_block,
create_magento_view_model,
create_magento_product_eav_attribute,
create_magento_category_eav_attribute,
create_magento_customer_eav_attribute - Magento MCP lookup tools for AI agents. These tools help an agent inspect the current project and answer Magento-specific questions by locating modules, DI configuration, plugin interceptions, event observers, layout entities, UI components, and ACL or admin menu declarations:
find_magento_module,
find_di_config_for_class,
find_plugins_for_method,
find_observers_for_event,
find_layout_entities,
find_ui_component,
find_acl_or_menu - Magento MCP CLI environment discovery for AI agents. The
describe_magento_cli_environmenttool exposes project-local wrapper commands, including Mark Shust Docker-stylebin/*scripts such asbin/magentoandbin/n98-magerun2, so agents can prefer those wrappers over global binaries.
2026.1.1
2026.1.0
2025.2.2
2025.2.1
2025.2.0
2025.1.1
2025.1.0
2025.0.0
Added
- Clear notifications for the process status of URN generation #2486
- Added array as a type in Data Model properties #2488
Fixed
- Fixed Upgrade Compatibility Tool #2482
Replaced hardcoded Magento versions with dynamic fetching via Packagist API.
Fixed UI icon references.
Updated Run command. - java.lang.Throwable: Assertion failed: Do not use PsiElement for the popup model. See PsiTargetNavigator #2485
- Slow operations are prohibited on EDT #2486
- When creating a new model with a listing component grid, full-text search is not working #2037
Changed
- [PLUGIN DEVELOPMENT] Updated Gradle IntelliJ plugin to version 2 #2473
The project no longer requires the paid Ultimate edition of IntelliJ IDEA. It can now run seamlessly in the Community edition.
Enabled code emulation directly within PHPStorm, eliminating the dependency on IntelliJ IDEA for this functionality.