2017 © Pedro Peláez
 

magento2-module module-devtools

Adds blocks information as comments in page source.

image

razvan/module-devtools

Adds blocks information as comments in page source.

  • Tuesday, July 19, 2016
  • by razvan
  • Repository
  • 1 Watchers
  • 1 Stars
  • 81 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

Razvan's DevTools for Magento2

Scrutinizer Code Quality, (*1)

SensioLabsInsight, (*2)

What is it?

This module wraps each block in comment tags and ads information about the block. The available information is: name and template file. This allows the developer to quickly identify blocks and find the associated templates. It doesn't work as the template hints. All the information is contained inside the HTLM which you can inspect with the browser. If you are using Firebug, don't forget to set it to show comments., (*3)

Install via Composer

In the root of your project: * composer require razvan/module-devtools * php bin/magento module:enable Razvan_DevTools * php bin/magento setup:upgrade, (*4)

The Versions

19/07 2016

dev-master

9999999-dev

Adds blocks information as comments in page source.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php >=5.4.0

 

18/07 2016

2.0.1

2.0.1.0

Adds blocks information as comments in page source.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php >=5.4.0