打开c_cpp_properties.json

添加:

 "compileCommands": "${workspaceFolder}/build/compile_commands.json"

比如这样:

{
    "configurations": [
        {
            "name": "Win32",
            "includePath": [
                "${workspaceFolder}/**"
            ],
            "defines": [
                "_DEBUG",
                "UNICODE",
                "_UNICODE"
            ],
            "cStandard": "c17",
            "cppStandard": "c++17",
            "intelliSenseMode": "windows-msvc-x64",
            "compileCommands": "${workspaceFolder}/build/compile_commands.json"
        }
    ],
    "version": 4
}

然后保存即可,若版本低需要重启生效。

Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐