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 254432

Summary: No code folding for use statements
Product: php Reporter: iii
Component: EditorAssignee: junichi11
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH_AVAILABLE
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: proposed patch
screenshot

Description iii 2015-08-17 13:39:00 UTC
In modern PHP applications the list of `use` statements can be quite long very often. If I remember correctly this has been done for Java long time ago.
Comment 1 junichi11 2017-07-22 03:08:03 UTC
Created attachment 164805 [details]
proposed patch

I'll apply this patch after NetBeans 9.0 is released.

Thanks.
Comment 2 junichi11 2017-07-22 03:08:35 UTC
Created attachment 164806 [details]
screenshot