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

Autocompletion doesn't work on structs that are declared on same statement

Started by Totoxa, August 05, 2018, 09:48:36 PM

Previous topic - Next topic

Totoxa

When using the following statement:

struct Point point1, point2;


Codeblocks doesn't autocomplete the members of the Point struct, also it cannot find where the declaration was made.

Look at the attached project.

Is there an option to change that?