CodeLite code completion not working properly

CodeLite installation/troubleshooting forum
Carlos
CodeLite Curious
Posts: 2
Joined: Mon Jul 20, 2020 2:15 pm
Genuine User: Yes
IDE Question: C++
Contact:

CodeLite code completion not working properly

Post 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)
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite code completion not working properly

Post by eranif »

Which version of CodeLite are you using and which OS?
Make sure you have read the HOW TO POST thread
Carlos
CodeLite Curious
Posts: 2
Joined: Mon Jul 20, 2020 2:15 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite code completion not working properly

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite code completion not working properly

Post by eranif »

CodeLite 14.0.2 has been released and it should automate this entire process for you
Make sure you have read the HOW TO POST thread
Post Reply