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

Summary: make the C++ code completion helper incremental
Product: cnd Reporter: dront78
Component: Code CompletionAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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?