composer require lukasz-zaroda/twig-hints-bundle
Add to your config/bundles.php
:
LukaszZaroda\TwigHintsBundle\TwigHintsBundle::class => ['dev' => true]
By specifying 'dev' => true
you make sure that hints will be added only in the dev
environment.