Author Topic: "#include" CC  (Read 3885 times)

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
"#include" CC
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: "#include" CC
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: "#include" CC
« Reply #2 on: October 29, 2011, 06:52:51 pm »
Thanks, I found it there (Settings->Editor...->Code completion "Enable headers code-completion").