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

Summary: code completion list order: project classes first
Product: editor Reporter: dudy <dudy>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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