User Story: Unified Shopware Language Support Across IDEs
As a Shopware dev, I want to be able to use language intelligence features in the Shopware Language Server, so that I can reuse them consistently across multiple IDEs.
Acceptance Criteria:
Connected to shopware/shopware-cli#872 (because that functionality is also in phpstorm)
Context
We started last year of implementing a Official Shopware Language Server: https://github.com/shopwareLabs/shopware-lsp and we're making really progress there and therefore it makes now really sense to migrate the PhpStorm plugin too to the same structure. Therefore we can share the code and the features between multiple IDEs.
See https://plugins.jetbrains.com/docs/intellij/language-server-protocol.html
Therefore we're not implementing any new Feature here anymore, which can be implemented in the LSP itself.
User Story: Unified Shopware Language Support Across IDEs
As a Shopware dev, I want to be able to use language intelligence features in the Shopware Language Server, so that I can reuse them consistently across multiple IDEs.
Acceptance Criteria:
Connected to shopware/shopware-cli#872 (because that functionality is also in phpstorm)
Context
We started last year of implementing a Official Shopware Language Server: https://github.com/shopwareLabs/shopware-lsp and we're making really progress there and therefore it makes now really sense to migrate the PhpStorm plugin too to the same structure. Therefore we can share the code and the features between multiple IDEs.
See https://plugins.jetbrains.com/docs/intellij/language-server-protocol.html
Therefore we're not implementing any new Feature here anymore, which can be implemented in the LSP itself.