Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

c++

ide

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!

like image 204
Shuvam Shah Avatar asked Sep 15 '16 17:09

Shuvam Shah


1 Answers

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

like image 185
user3325706 Avatar answered Oct 07 '22 16:10

user3325706