Author Topic: A small problem  (Read 2411 times)

lilixx

  • Guest
A small problem
« 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.

Offline papagym

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: A small problem
« Reply #1 on: November 18, 2015, 08:19:11 pm »
Hi,
Try using  Menu>View>code completion.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: A small problem
« Reply #2 on: November 21, 2015, 02:53:37 pm »
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