News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

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?