pbogut / magento2-ls

The Magento 2 Language Server is a tool that acts as a bridge between Magento 2 XML and PHP files.
14 stars 2 forks source link

feat: change how xml parser works #3

Closed pbogut closed 1 year ago

pbogut commented 1 year ago

This simplifies the flow. First, it retrieves XML tag information and then generates M2Item based on it. The code should be easier to follow and extend. Additionally, some tests for XML parsing have been added.