CodeLite code completion not working properly
Posted: Mon Jul 20, 2020 2:21 pm
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)
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)