VScodeC语言结构体成员提示不全

VScodeC语言结构体成员提示不全

写STM32代码,以 test.c 和 test.h 举例
test.c中

test.c
#include "main.h" // <----这个移到最上边就好了
#include "test.h"。。。。。。