This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 230266

Summary: Autocomplete of *.twig file names in extends, include and render blocks
Product: php Reporter: Monomachus
Component: TwigAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description Monomachus 2013-05-25 21:49:53 UTC
Hello,
I would like an autocomplete of twig files for {% extends %} tag, where I could easy indicate what twig I am talking about without misspeling it.

Examples: 
{% extends "MobileBundle::layout.html.twig"%}
{% include "MainBundle:X:index.html.twig" with {"person":people[0]}%}
{% render 'HWIOAuthBundle:Connect:connect' %}