Author Topic: Autocomplete does not work correctly  (Read 2563 times)

Offline DiegoBR

  • Single posting newcomer
  • *
  • Posts: 2
Autocomplete does not work correctly
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Autocomplete does not work correctly
« Reply #1 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.
(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!]

Offline DiegoBR

  • Single posting newcomer
  • *
  • Posts: 2
Re: Autocomplete does not work correctly
« Reply #2 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 !!!