Releases: shopwareLabs/shopware6-phpstorm-plugin
Releases · shopwareLabs/shopware6-phpstorm-plugin
v0.0.36
- Renamed Extension Sync to Configure Shopware Project
- Add exclude directories for Shopware
- Cleanup namespaces when platform is open
- Fixed some deprecations
v0.0.35
- Support newest EAP
- Fixed errors with empty hook factory
0.0.34
0.0.33
0.0.32
0.0.31
- Catch error on scheduled task creation when namespace cannot be determined
- extend twig block intention creates wrong folder structure on bundles
- Ignore plugins outside custom/plugins for store inspections
- Added extend block editor popup to avoid getting loss of read only mode
- Added insert snippet code action using ALT+Insert
- Added intent to override/extend an admin component
- Added admin component line markers, to find all extends/overrides, or navigate to base component
- Added admin component symbol contributor to find in symbol search
Vue Route Autocomplete
- Added autocomplete for vue routes
- Added missing length for composer.json check
- Improved extension namespace sync
0.0.29
Basic DAL autocomplete
- Added new Create action for App Scripts and Entities.xml
- Added DAL Autocomplete To Criteria when it has a generic Typehint like
/** @var Criteria<ProductDefinition> */