News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Autocomplete does not work correctly

Started by DiegoBR, September 17, 2018, 08:06:36 AM

Previous topic - Next topic

DiegoBR

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.

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

DiegoBR

oBFusCATed,Thanks for listening

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