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 - *Completion* suggest completion list of files for #include directive
Summary: *Completion* suggest completion list of files for #include directive
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
: 113127 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-29 16:39 UTC by Vladimir Kvashin
Modified: 2007-09-06 02:00 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 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