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 212432 - More Options for the overzealous Java Code Completion Popup
Summary: More Options for the overzealous Java Code Completion Popup
Status: REOPENED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.1.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-13 13:37 UTC by fommil
Modified: 2016-07-10 21:18 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 fommil 2012-05-13 13:37:50 UTC
The Code Completion Popup has some overzealous suggestions which do not work well with my coding style. It would be invaluable to provide further options to users to refine the suggestions that are presented.

For example, every time I define a new variable in Java (e.g. lets call it "var"), the auto-completer will suggest that I place the type name afterwards, e.g. "varSet" or "varStrings".

I think this "reverse Hungarian" suggestion is the single biggest offender of inappropriate completion suggestions, and it makes me turn off auto-popus because it is so distracting. But there are others.

I feel I must turn off "Insert Single Proposals Automatically" because there are so many little suggestions of this nature which jar against my coding style.


In summary: if the autocompleter had the same level of user preferences as the Hint framework then it would result in an incredible user experience! (It would also encourage a significant increase in the number of user-contributed completions - I know from experience how much of a nightmare the completer is to customise. I contributed the Java Excluder code).
Comment 1 Martin Balin 2016-07-07 07:26:04 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
Comment 2 markiewb 2016-07-10 21:18:30 UTC
Still valid in 8.2 dev 
Product Version: NetBeans IDE Dev (Build 201607100002)