Author Topic: Auto Completion Plugin  (Read 13833 times)

Offline Error

  • Single posting newcomer
  • *
  • Posts: 2
Auto Completion Plugin
« on: February 11, 2013, 09:54:32 am »
Recently, I started to use Code::Blocks 12.11 instead of 10.05.

I am doing normal C++ codes, but auto-completion isn't working  :'(

How can I get rid of this.

can you believe that , it's not either suggesting "printf" or "scanf"

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: Auto Completion Plugin
« Reply #1 on: February 11, 2013, 10:07:24 pm »
Are you sure you've included the correct files like 'stdio.h' instead of 'iostream'? I'm asking because although they can be used in C++, 'printf' and 'scanf' are not actually C++. Other than that I've never managed to get code completion for C++ standard library, don't know why. Must be something related with settings.

Offline Error

  • Single posting newcomer
  • *
  • Posts: 2
Re: Auto Completion Plugin
« Reply #2 on: February 12, 2013, 10:40:38 am »
My header files are okay . Nothing is showing for auto completion absolutely nothing