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 198674 - php alternative syntax bracket matching
Summary: php alternative syntax bracket matching
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 12:48 UTC by monk.e.boy
Modified: 2011-05-17 12:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description monk.e.boy 2011-05-17 12:48:43 UTC
bracket matching doesn't work with these:

http://php.net/manual/pt_BR/control-structures.alternative-syntax.php

would be lush if it did. There are constant moans on reddit php group about how people would start using alternative syntax if IDEs supported matching the end tag/structure thingy.
Comment 1 Petr Pisl 2011-05-17 12:59:18 UTC
I have implemented this a few days ago. See issue #164347. You can try it in a development build. Let me know, if it works for you.