M2
Magento 2 LSP
Advanced Language Server for Magento Devs
stdio· No auth
Magento 2 LSP gives backend developers working in Adobe Commerce codebases proper editor tooling for the platform's XML-heavy architecture. It indexes di.xml, layout files, events, and module configs so references resolve across extensions instead of disappearing into string lookups. The buyer is an engineering lead whose Magento team loses hours tracing plugin chains, virtual types, and observer wiring by hand. It plugs into any editor that speaks the Language Server Protocol.
> what it does
- Navigate Magento 2 XML configs with go-to-definition across modules
- Resolve layout handles, observers, and DI preferences without grep gymnastics
- Autocomplete class references, virtual types, and plugin declarations inline
- Surface module dependencies while editing config.xml and di.xml files
- Integrate with LSP-compatible editors including VS Code and Neovim