Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Alpha on October 29, 2011, 04:41:49 pm

Title: "#include" CC
Post by: Alpha on October 29, 2011, 04:41:49 pm
In the past, typing
Code
#include <
or
Code
#include "
would bring up code completion with suggestions from the header files in the search directories.  Now (XP and Vista, r7460), however, nothing happens.  Is there a setting I am missing?
Title: Re: "#include" CC
Post by: oBFusCATed on October 29, 2011, 06:30:42 pm
Yes, there is a setting in the CC options. Header completion or something like that.
But sometimes it just doesn't work.
Title: Re: "#include" CC
Post by: Alpha on October 29, 2011, 06:52:51 pm
Thanks, I found it there (Settings->Editor...->Code completion "Enable headers code-completion").