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 154943 - code completion list order: project classes first
Summary: code completion list order: project classes first
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-08 15:49 UTC by dudy
Modified: 2016-07-07 07:27 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 dudy 2008-12-08 15:49:32 UTC
I sometimes use class names that are not very unique like Utilities, Helper, Starter aso. I'd like to see the code completion 
list my classes first. If I try code completion for my org.zeDude.helper.Utilities class, the entries in the list look like

Utilities (com.lowagie.text)
Utilities (javax.swing.text)
Utilities (org.openide.util)
Utilities (org.zeDude.helper)

and I have to go down to the fourth entry to get the right one.
I think if someone's got a class in his project it is most likely that one he's looking for.

Greetz
Dudy
Comment 1 Martin Balin 2016-07-07 07:27:23 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss