News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

A small problem

Started by lilixx, November 07, 2015, 07:55:34 PM

Previous topic - Next topic

lilixx

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.

papagym

Hi,
Try using  Menu>View>code completion.

BlueHazzard

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