Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: DiegoBR on September 17, 2018, 08:06:36 am

Title: Autocomplete does not work correctly
Post by: DiegoBR on September 17, 2018, 08:06:36 am
First: Excuse my English, it is not my native language.

Hello everyone, I'm learning C ++ and enjoying it a lot.


But I'm having a problem with the autocomplete IDE CODEBLOCKS 17.12 on Windows 7 32bits. CB autocomplete only a few methods, not all.


Example, LIST object, the complete IDE: INSERT (), DELETE (), MERGE (). But it does not present and does not automatically fill in these other methods: PUSH_BACK, PUSH_FRONT, SIZE (), POP () etc.


How can I see all the methods? For a C ++ student it is essential to be aware of all the methods.


Thank you.
Title: Re: Autocomplete does not work correctly
Post by: oBFusCATed on September 17, 2018, 09:57:29 am
Can you post the exact code which causes the problem?
Keep in mind that if you're using marcos a lot or your using some advanced template meta programming the chances are that the C++ parser would get confused about these.
Title: Re: Autocomplete does not work correctly
Post by: DiegoBR on September 19, 2018, 07:01:56 pm
oBFusCATed,Thanks for listening

I reinstalled the CB autocomplete. Now it seems to be working correctly. Curious !!!