Skip to content

Releases: shopwareLabs/shopware6-phpstorm-plugin

Snippet Creation using Quick Fix

11 Oct 21:36
c25f40b
Compare
Choose a tag to compare
  • Allow snippet creation using Quick Fix
  • Added new action to synchronize IDE settings with existing extensions

Mixin autocomplete

04 Oct 20:15
5c7cbb1
Compare
Choose a tag to compare
  • Added Shopware.Mixin.getByName autocomplete
  • Added CreateEventListenerIntention for creating a event listener from a event

Consider more storefront snippets

03 Oct 18:00
976143a
Compare
Choose a tag to compare
  • Scans for storefront snippets as before
  • The bundles in ExtendTemplate now sorted
  • Added inspection for missing snippets in Administration

Extend twig block intention fixes

30 Sep 20:18
f2158e3
Compare
Choose a tag to compare
  • 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

29 Sep 21:33
fee7564
Compare
Choose a tag to compare
  • increase min idea version

Quickly create twig extend templates

29 Sep 20:54
9f5b2ce
Compare
Choose a tag to compare
  • 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

29 Sep 07:45
cd647cc
Compare
Choose a tag to compare
  • Fix system config autocomplete to add .config suffix

Autocomplete for theme_config and system config

28 Sep 20:27
982e388
Compare
Choose a tag to compare
  • 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

27 Sep 19:02
782c875
Compare
Choose a tag to compare
  • Show all translation on goto handler
  • Show admin components only in HTML context
  • Remove internal variable usage

More autocompletes

26 Sep 16:50
6692e48
Compare
Choose a tag to compare
  • Added autocomplete for admin snippets
  • Added autocomplete for admin components
  • Added autocomplete for seoUrl, sw_include and sw_extends
  • Added plugin generator