User forums > Using Code::Blocks
Autocomplete does not work correctly
(1/1)
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.
DiegoBR:
oBFusCATed,Thanks for listening
I reinstalled the CB autocomplete. Now it seems to be working correctly. Curious !!!
Navigation
[0] Message Index
Go to full version