When using the @Template annotation, the plugin helps you by looking for the correct template file and you can use the "Create Template" autocomplete function to create the file if it doesn't exist yet.
However, instead of using multiple namespaces for all the different annotations, I like to use use Sensio\Bundle\FrameworkExtraBundle\Configuration as Ann; and then annotate using @Ann\Template().
This stops the "Create Template" autocomplete from working.
When using the
@Templateannotation, the plugin helps you by looking for the correct template file and you can use the "Create Template" autocomplete function to create the file if it doesn't exist yet.However, instead of using multiple namespaces for all the different annotations, I like to use
use Sensio\Bundle\FrameworkExtraBundle\Configuration as Ann;and then annotate using@Ann\Template().This stops the "Create Template" autocomplete from working.