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 267758 - Smarty autocompletion
Summary: Smarty autocompletion
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Smarty (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P4 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 02:14 UTC by amobilia
Modified: 2016-08-30 02:14 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 amobilia 2016-08-30 02:14:17 UTC
Example code :
-----
{foreach from=$array key=key item=val}
	{$val|capitalize}
-----

- Create a new line
- Type "{/" and ask for auto completion

What is expected :
- The first available item should be the closing "{/foreach}" (as proposed in html / php auto completion)