Text only
|
Text with Images
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
Select
Expand
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?
Text only
|
Text with Images