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 262349 - make the C++ code completion helper incremental
Summary: make the C++ code completion helper incremental
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-06 18:13 UTC by dront78
Modified: 2016-08-21 12:39 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 dront78 2016-06-06 18:13:05 UTC
Воспроизводимость: Происходит всегда

I have a project is about 22000 C++ files for now. The code completion is mess and takes a hour to finish
pleae make an option to set it incremental, which means to scan only opened files and its includes
Comment 1 petrk 2016-08-21 12:39:30 UTC
As far as I remember there are two completions: the first (Ctrl+Space) is based only on file in which you are right now, the second (Ctrl+Space+Space) is the full completion. The second one is expected to take a lot of time in case of big project. Do you have an issue with the first one as well?