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 147074 - autocomplete with grouping according 'packages' AND|OR Camel Cases in CC
Summary: autocomplete with grouping according 'packages' AND|OR Camel Cases in CC
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 13:00 UTC by tprochazka
Modified: 2012-04-10 14:20 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 tprochazka 2008-09-12 13:00:47 UTC
Many project, especially Zend Framework use class with full package path.
For example:
Zend_Db_Table_Row_Abstract

It's extremly slow use normal autocomplete, because when I write Ze, I get many classes. Eclipse PDT has great 
function. It group all classes to the same package. for 'Ze' show only Zend_*, when I use it it write Zend_ to editor 
and show all next level package and Zend classes.

It maybe optionally avalaible in options dialog.

Great would be also, the same behavior as Java. I will write only class name without package specification, like 
Abstract and autocomplete will be show all classes which end by Abstract.

I know, that new version of PHP has namespace support, but this is very new feature and Zend Framework will be long 
time use present format of class name.
Comment 1 rmatous 2008-10-16 10:53:36 UTC
camel cases is other possible solution for this use case. 

For Zend_Db_Table_Row_Abstract you could write ZDTRA or naturally just its fragment like ZD. Or eventually both could be
implemented.
Comment 2 Tomasz Slota 2010-02-10 08:44:57 UTC
reassigning to default owner
Comment 3 Filip Zamboj 2010-09-15 12:26:40 UTC
batch reassigning