Every time I programming in CodeBlocks, In the beginning, the auto complete work fine.
After some action and minutes (I don’t know exactly what the reason), the auto complete work partly.
It complete base variables’ names, but it don’t complete inner names of structures etc.
What’s the reason?
In “inner names of structure” I mean, for example, for the variable gl.A:
typedef struct
{
bool A;
} B;
B gl;
thank you,
and sorry about my poor english…
The Code::Blocks’ code completion plugin (Code::Completion) is wonderful, but has some bugs.
If you program in C++, for example, methods and attributes completion doesn’t work sometimes.
Currently in Code::blocks’ forum there’s a section named CodeCompletion Redesign where developers continuously improve the plugin. After you double-checked that your plugin’s settings are all right (Plugin > Manage Plugins or Setting > Editor… > Code::Completion & Symbol Browser), if your problem still persist, try visiting the forum.