Author Topic: Autocompletion doesn't work on structs that are declared on same statement  (Read 2521 times)

Offline Totoxa

  • Multiple posting newcomer
  • *
  • Posts: 32
When using the following statement:
Code
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?