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 270289 - Possibility to fold PHP usages
Summary: Possibility to fold PHP usages
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-04 09:39 UTC by drodil
Modified: 2017-07-23 02:15 UTC (History)
1 user (show)

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 drodil 2017-04-04 09:39:07 UTC
PHP Editor (and why not other editors as well) should allow folding usages part of the code (like for example Android Studio does with Java code)
Comment 1 junichi11 2017-07-23 02:15:01 UTC
(In reply to drodil from comment #0)
> PHP Editor (and why not other editors as well) should allow folding usages
> part of the code (like for example Android Studio does with Java code)

Does it mean <?php ... ?> blocks? Can you write some concrete examples?

Thanks.