How do I turn on code completion in Dev-C++?

15,595

You need to go to Tools->Editor Options->Completion->The tab code completion and then click "Enable code completion" box you can also change the delay with which the prediction will be made

Note: Its not going to predict variables names or function names. By the time i write this, it only predict things you put after the -> operator

Share:
15,595
Shuvam Shah
Author by

Shuvam Shah

Updated on June 05, 2022

Comments

  • Shuvam Shah
    Shuvam Shah almost 2 years

    I am using Dev-C++ version 5.11. It has feature of code completion, but it is not turned on. I don't know how to do that because I am using Dev-C++ for the first time. Any help will be appreciated!