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 - Autocomplete of *.twig file names in extends, include and render blocks
Summary: Autocomplete of *.twig file names in extends, include and render blocks
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Twig (show other bugs)
Version: 7.4
Hardware: PC Other
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-25 21:49 UTC by Monomachus
Modified: 2013-05-25 22:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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' %}