I'm trying to use C/C++ on vscode. I've already followed the step on here https://code.visualstudio.com/docs/cpp/config-mingw, but the intellisense keep not working. I've already set up the path and any else. The code works fine, but the intellisense not working. anyone know why? enter image description here

enter image description here

enter image description here

推荐答案

Verify IntelliSense is Enabled:转到文件偏好设置(或按Ctrl+),然后搜索"intellisense".>>确保将"C_Cpp: IntelliSense Engine"设置为"Default".

C++相关问答推荐

为什么在C中设置文件的位置并写入文件,填充空字符?

需要大整数和浮点数.使用long long int和long double

C/SDL程序,渲染不使用我的渲染器

为什么输出不是从上到下C

C:scanf(%d&q;,...)输入只有一个减号

如何在C客户端应用程序的ClientHello消息中添加自定义扩展?

如何计算打印二叉搜索树时每行所需的空间?

是否需要包括<;errno.h>;才能使用perror?

在函数外部使用内联ASM时无法指定操作数

Caesar密码调试:输出文本末尾的问号和随机字符

C语言中的数字指针

具有正确标头的C struct 定义问题

CS50 pset 5的皱眉脸正确地处理了大多数基本单词,并且拼写判断不区分大小写.

从Raku nativecall调用时精度不同

UpDown控制与预期相反

无法理解 fgets 输出

memcmp 是否保证按顺序比较字节?

使用邻接表创建图

获取 struct 中匿名 struct 的大小

初始化动态分配的布尔二维数组的最佳方法是什么?