VScodeC语言结构体成员提示不全 📅 发布时间:2026/6/20 7:42:00 👁 浏览次数: VScodeC语言结构体成员提示不全,把#include "main.h"移到最上边 写STM32代码,以 test.c 和 test.h 举例 test.c中 test.c #include "main.h" // <----这个移到最上边就好了 #include "test.h"。。。。。。