Releases: shopwareLabs/shopware6-phpstorm-plugin
Releases · shopwareLabs/shopware6-phpstorm-plugin
Snippet Creation using Quick Fix
- Allow snippet creation using Quick Fix
- Added new action to synchronize IDE settings with existing extensions
Mixin autocomplete
- Added Shopware.Mixin.getByName autocomplete
- Added
CreateEventListenerIntention
for creating a event listener from a event
Consider more storefront snippets
- Scans for storefront snippets as before
- The bundles in ExtendTemplate now sorted
- Added inspection for missing snippets in Administration
Extend twig block intention fixes
- Extend twig block works now in vendor folder also ignores vendor plugins to choose
- ShopwareBundleIndex ignores plugins created for testing
- Added inspection or missing administration translation
0.0.12
Quickly create twig extend templates
- Added autocomplete to this.repositoryFactory.create('x');
- Added Intention Action "Extend this block" to easy extending a block
- Added inspection to show an error when abstract class has been wrong used in constructor
Fix system_config indexing on plugins
- Fix system config autocomplete to add
.config
suffix
Autocomplete for theme_config and system config
- Added autocomplete to twig functions theme_config and config
- Added autocomplete for Module.register labels
- Show only admin component autocomplete when the twig file is next to an index.js
Cleanup
More autocompletes
- Added autocomplete for admin snippets
- Added autocomplete for admin components
- Added autocomplete for seoUrl, sw_include and sw_extends
- Added plugin generator