Code::Blocks Forums

User forums => Help => Topic started by: Totoxa on August 05, 2018, 09:48:36 pm

Title: Autocompletion doesn't work on structs that are declared on same statement
Post by: Totoxa on August 05, 2018, 09:48:36 pm
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?