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 79440

Summary: *Completion* suggest completion list of files for #include directive
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: -- Other --Assignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vladimir Kvashin 2006-06-29 16:39:08 UTC
I would expect a suggestion on include files if I'm typing #include ". It is
very helpful to have suggestions on file names, even if it is limited to current
directory.
Comment 1 Vladimir Voskresensky 2007-08-30 17:05:55 UTC
*** Issue 113127 has been marked as a duplicate of this issue. ***
Comment 2 Vladimir Voskresensky 2007-09-06 02:00:26 UTC
implemented support for #include completion.

completion window automaticaly appears
- when type space
- whey type " (quote) 
- when type <
 after #include or #include_next directive
or when type / (slash) inside include string

completion could be called directly by Ctrl+Space after #include(_next) directive or inside "" <> include strings