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)
CodeLite code completion not working properly
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Jul 20, 2020 2:15 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite code completion not working properly
Which version of CodeLite are you using and which OS?
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Jul 20, 2020 2:15 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite code completion not working properly
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