Code::Blocks Forums

User forums => Help => Topic started by: masqnq on June 05, 2008, 07:18:54 am

Title: Code completion issue
Post by: masqnq on June 05, 2008, 07:18:54 am
I am having trouble getting completion to work on object methods.
I have a line in my code that says Dat.Normalize(). It compiles fine and I can go to the declaration and implementation of Normalize, but if I start typing that line no code completion list comes up. I was expecting to see a list of available methods but nothing comes up.
Code completion does work for local variables though.
I am using the May 29th build on linux.

Thanks for any help.
Title: Re: Code completion issue
Post by: jarro_2783 on June 05, 2008, 04:56:28 pm
have you tried ctrl space while typing?
Did you save after the declaration of Dat?

Code completion still seems quite flaky to me, it seems to work most of the time but I often get a few little things that aren't quite done correctly.