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 268356 - Improved autocompletion feature
Summary: Improved autocompletion feature
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-05 15:54 UTC by the_fear
Modified: 2016-10-06 13:18 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 the_fear 2016-10-05 15:54:45 UTC
In brief, within the Netbeans editor the autocompletion feature uses pattern that user types from the beginning letter by letter. In case the user forgets the exact beginning of the command he wants to type, the editor won't suggest anything.
In opposition to this behavior some editors (like Atom, Brackets, etc) show suggestions regardless of the position of the pattern in the statement which one types. Say if I type "report" I'll see suggestions like "mysqli_report..", "error_reporting..", etc.; in case of Netbeans I will see nothing useful.
To sum up, I think it could be a good idea to add this feature in Netbeans as well.

Please see the original topic: http://forums.netbeans.org/viewtopic.php?p=172666#172666
Comment 1 the_fear 2016-10-06 13:18:00 UTC
I put a wrong link above. Here is a correct one:
http://forums.netbeans.org/viewtopic.php?t=66956