Page 1 of 1

CodeLite code completion not working properly

Posted: Mon Jul 20, 2020 2:21 pm
by Carlos
Hello everyone!
I started to learn C++ in my own like month ago, and I am using CodeLite as IDE (I work on windows). The autocompletion is working fine, but it is not showing the functions. For example, if I created a vector called myVector, and I write myVector and a point, I want CodeLite to show me all the avalaible vector functions. Also, if I start writing push_back(8), I want CodeLite to show me the function as I write push_b.
How con I activate this!
Thank you for your help)

Re: CodeLite code completion not working properly

Posted: Mon Jul 20, 2020 11:29 pm
by eranif
Which version of CodeLite are you using and which OS?

Re: CodeLite code completion not working properly

Posted: Tue Jul 21, 2020 1:26 pm
by Carlos
eranif wrote: Mon Jul 20, 2020 11:29 pm Which version of CodeLite are you using and which OS?
Thanks you for answering!
I installed the 14.0.1 version like a month ago, and I work on windows

Re: CodeLite code completion not working properly

Posted: Sun Jul 26, 2020 9:13 am
by eranif
CodeLite 14.0.2 has been released and it should automate this entire process for you