This Chrome extension allows users to view Magento block information on hover, providing details like block names, classes, and templates without needing to open DevTools. It requires the Yireo_HtmlHints Magento 2 extension and includes features such as tooltip pinning and keyboard shortcuts for easy navigation. The installation process is straightforward, involving loading the unpacked extension into Chrome.
13 Jan 2026
I'm currently working on a complex Magento upgrade that is turning out to be a real lesson in patience and systematic debugging. Apart from modernizing legacy code and adapting syntax for PHP 8.4, I encountered an unexpected problem with LESS files compilation. I want to share the experiences so far that could save other developers many hours of frustration.
19 Aug 2025
Setting up local development environments for Magento 2 is challenging due to its complex service requirements (MySQL, Redis, Opensearch, RabbitMQ). When managing multiple projects with different service versions, you need isolated environments that can be easily configured and managed.
08 Jul 2025
A Magento 2 module that enhances HTMX integration by providing structured controllers, events, view models, services, and enums to streamline dynamic HTML responses. An HTMX request expects an HTML snippet in response, which will be dynamically swapped into the frontend page.
07 Jul 2025