From dev-tooling
Shopware LSP server provides code intelligence for Shopware development — diagnostics, go-to-definition, find references, hover info, symbols for PHP, XML, YAML, Twig files.
npx claudepluginhub shopwarelabs/ai-coding-tools --plugin dev-toolingThis LSP server requires shopware-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"shopware": {
"command": "shopware-lsp",
"extensionToLanguage": {
".php": "php",
".xml": "xml",
".yml": "yaml",
".twig": "twig",
".yaml": "yaml",
".html.twig": "twig"
}
}
}
}shopware-lspstdio