Haehnchen / idea-php-shopware-plugin

Shopware Plugin for PhpStorm which extends Symfony Plugin
MIT License
53 stars 9 forks source link

Add Shopware 6.1.* support #113

Closed jdambacher closed 3 years ago

jdambacher commented 4 years ago

Shopware changed some path names etc. in the first stable release.

For example: In SW6.1.* the path for the storefront twig files is: @Storefront/storefront/... The plugin is still using @Storefront/...

Haehnchen commented 4 years ago

as i see can be fixed without plugin changes. i would say they accidentally also moved the ide-twig.json`. Moreover i guess the file is now also fully redundant and can be deleted. I will create a PR directly on the shopware platform project.

see: https://github.com/shopware/platform/blob/6.1/src/Storefront/Resources/views/storefront/ide-twig.json

Haehnchen commented 4 years ago

PR create against 6.1 related on the shopware platform, to just remove the mentioned file one level up

Haehnchen commented 3 years ago

ref pr on shopware was merged, in additional Symfony plugin got some updates about path detection some times ago