Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: lilixx on November 07, 2015, 07:55:34 pm
-
Hi everyone, i would like to ask you about a small issue now. As you know, when we write a command, such as 'printf'; it autocompletes itself and so that we don't have to write the whole word. Suddenly this autocomplete is not working now, and I will appreciate it if anyone could give me information about this.
Thanks in advance.
-
Hi,
Try using Menu>View>code completion.
-
without minimal example we can't help... It could be that you have an error somewhere in your code, and the cc parser is not able to parse your file. it can be that cc is disabled, or that you are using complex template structures... Have you tried to press ctrl+spacebar? does the window pops up? Have you included the stdio.h?
this is simply to less information to help...
greetings