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

Summary: Smarty autocompletion
Product: php Reporter: amobilia
Component: SmartyAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: ENHANCEMENT Exception Reporter:

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)